Color Hex Logo

#ddc3ff Color Hex

#DDC3FF
(221,195,255)
0 Favorites   0 Comments

Color spaces of #ddc3ff

RGB 221195255
HSL0.741.000.88
HSV266°24°100°
CMYK 0.130.240.00   0.00
XYZ67.383961.6224102.9505
Yxy61.62240.29050.2657
Hunter Lab78.499915.8485-22.8072
CIE-Lab82.712220.3532-26.1062

#ddc3ff color RGB value is (221,195,255).

#ddc3ff hex color red value is 221, green value is 195 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ddc3ff hue: 0.74 , saturation: 1.00 and the lightness value of ddc3ff is 0.88.

The process color (four color CMYK) of #ddc3ff color hex is 0.13, 0.24, 0.00, 0.00. Web safe color of #ddc3ff is #ccccff. Color #ddc3ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000011 11111111
Octal 335 303 377
Decimal 221 195 255
Hex DD C3 FF

RGB Percentages of Color #ddc3ff

%32.94
%29.06
%38.00

CMYK Percentages of Color #ddc3ff

%13
%24
%0
%0

Triadic Colors of #ddc3ff

#ddc3ff #ffddc3 #c3ffdd

Analogous Colors of #ddc3ff

#ddc3ff #fbc3ff #c3c7ff

Monochromatic Colors of #ddc3ff

#ddc3ff

Complementary Color

#ddc3ff #e5ffc3

#ddc3ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc3ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc3ff Color CSS Codes

.mybgcolor {background-color:#ddc3ff; } 
.myforecolor {color:#ddc3ff; }
.mybordercolor {border:3px solid #ddc3ff; }

#ddc3ff Text Font Color

<p style="color:#ddc3ff">Text here</p>

This sample text font color is #ddc3ff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddc3ff Background Color

<div style="background-color:#ddc3ff">
Div content here</div>

This div background color is #ddc3ff


#ddc3ff Border Color

<div style="border:3px solid #ddc3ff">
Div here</div>

This div border color is #ddc3ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,195,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddc3ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddc3ff;
  -webkit-box-shadow: 1px 1px 3px 2px #ddc3ff;
  box-shadow:         1px 1px 3px 2px #ddc3ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,195,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddc3ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddc3ff;
  -webkit-box-shadow: 1px 1px 3px 2px #ddc3ff;
  box-shadow:         1px 1px 3px 2px #ddc3ff;">
Div content here</div>

This div box has shadow with color #ddc3ff

Related Colors

#ddc3ff Color Palettes


Comments

No comments written yet.

Please login to write comment.