Color Hex Logo

#ddcff1 Color Hex

#DDCFF1
(221,207,241)
0 Favorites   0 Comments

Color spaces of #ddcff1

RGB 221207241
HSL0.740.550.88
HSV265°14°95°
CMYK 0.080.140.00   0.05
XYZ68.008866.348792.4412
Yxy66.34870.29990.2925
Hunter Lab81.45476.4889-10.2686
CIE-Lab85.174011.1161-14.9411

#ddcff1 color RGB value is (221,207,241).

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

The process color (four color CMYK) of #ddcff1 color hex is 0.08, 0.14, 0.00, 0.05. Web safe color of #ddcff1 is #ccccff. Color #ddcff1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001111 11110001
Octal 335 317 361
Decimal 221 207 241
Hex DD CF F1

RGB Percentages of Color #ddcff1

%33.03
%30.94
%36.02

CMYK Percentages of Color #ddcff1

%8
%14
%0
%5

Triadic Colors of #ddcff1

#ddcff1 #f1ddcf #cff1dd

Analogous Colors of #ddcff1

#ddcff1 #eecff1 #cfd2f1

Monochromatic Colors of #ddcff1

#ddcff1

Complementary Color

#ddcff1 #e3f1cf

#ddcff1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcff1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcff1 Color CSS Codes

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

#ddcff1 Text Font Color

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

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


#ddcff1 Background Color

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

This div background color is #ddcff1


#ddcff1 Border Color

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

This div border color is #ddcff1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcff1


Comments

No comments written yet.

Please login to write comment.