Color Hex Logo

#ddc5ff Color Hex

#DDC5FF
(221,197,255)
0 Favorites   0 Comments

Color spaces of #ddc5ff

RGB 221197255
HSL0.741.000.89
HSV265°23°100°
CMYK 0.130.230.00   0.00
XYZ67.835062.5247103.1009
Yxy62.52470.29060.2678
Hunter Lab79.072614.7551-21.9561
CIE-Lab83.191719.2792-25.3750

#ddc5ff color RGB value is (221,197,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000101 11111111
Octal 335 305 377
Decimal 221 197 255
Hex DD C5 FF

RGB Percentages of Color #ddc5ff

%32.84
%29.27
%37.89

CMYK Percentages of Color #ddc5ff

%13
%23
%0
%0

Triadic Colors of #ddc5ff

#ddc5ff #ffddc5 #c5ffdd

Analogous Colors of #ddc5ff

#ddc5ff #fac5ff #c5caff

Monochromatic Colors of #ddc5ff

#ddc5ff

Complementary Color

#ddc5ff #e7ffc5

#ddc5ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc5ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc5ff Color CSS Codes

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

#ddc5ff Text Font Color

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

This sample text font color is #ddc5ff
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.


#ddc5ff Background Color

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

This div background color is #ddc5ff


#ddc5ff Border Color

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

This div border color is #ddc5ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,197,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 #ddc5ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc5ff


Comments

No comments written yet.

Please login to write comment.