Color Hex Logo

#ddcffc Color Hex

#DDCFFC
(221,207,252)
0 Favorites   0 Comments

Color spaces of #ddcffc

RGB 221207252
HSL0.720.880.90
HSV259°18°99°
CMYK 0.120.180.00   0.01
XYZ69.702367.0261101.3591
Yxy67.02610.29280.2815
Hunter Lab81.86958.7004-16.0958
CIE-Lab85.517113.3186-20.2534

#ddcffc color RGB value is (221,207,252).

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

The process color (four color CMYK) of #ddcffc color hex is 0.12, 0.18, 0.00, 0.01. Web safe color of #ddcffc is #ccccff. Color #ddcffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001111 11111100
Octal 335 317 374
Decimal 221 207 252
Hex DD CF FC

RGB Percentages of Color #ddcffc

%32.50
%30.44
%37.06

CMYK Percentages of Color #ddcffc

%12
%18
%0
%1

Triadic Colors of #ddcffc

#ddcffc #fcddcf #cffcdd

Analogous Colors of #ddcffc

#ddcffc #f4cffc #cfd8fc

Monochromatic Colors of #ddcffc

#ddcffc

Complementary Color

#ddcffc #eefccf

#ddcffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcffc Color CSS Codes

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

#ddcffc Text Font Color

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

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


#ddcffc Background Color

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

This div background color is #ddcffc


#ddcffc Border Color

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

This div border color is #ddcffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcffc

Related Colors


Comments

No comments written yet.

Please login to write comment.