#CDF2DC

Color #CDF2DC White Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of White Ice #CDF2DC

Tints of White Ice #CDF2DC

Color information

#CDF2DC (or 0xCDF2DC) is unknown color: approx White Ice. HEX triplet: CD, F2 and DC. RGB value is (205,242,220). Sum of RGB (Red+Green+Blue) = 205+242+220=667 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.73% from 667); Green value is 242 (94.92% from 255 or 36.28% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF2DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF2DC is #320D23. Grayscale: #E4E4E4. Windows color (decimal): -3280164 or 14480077. OLE color: 14480077.

HSL color Cylindrical-coordinate representation of color #CDF2DC: hue angle of 144.32º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDF2DC is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB205242220-
CMYK0.1500.090.05
HSL144.32º58.73%87.65%-
HSV(B)144.32º15.29%94.9%-
XYZ69.8581.6579.79-
YUV228.43123.24111.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 30.73%
GREEN value IS 242 (94.92% from 255) = 36.28%
BLUE value IS 220 (86.33% from 255) = 32.98%
R=30.73%
G=36.28%
B=32.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052422200.1500.090.05144.3258.7387.65
HexCDF2DCF095903b58
Octal31536233417011522073130
Binary110011011111001011011100111101001101100100001110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF2DC; }

 p { color: rgb(205,242,220); }

 H1.HeaderClassName
 {
   color: #CDF2DC;
 }
 .AnyTagClassName
 {
   color: #CDF2DC;
 }
</style>
background-color css

<style>
 a { background-color: #CDF2DC; }

 a { background-color: rgb(205,242,220); }

 div.DivClassName
 {
   background-color: #CDF2DC;
 }
 .BgClassName
 {
   background-color: #CDF2DC;
 }
</style>
border-color css

<style>
 span { border-color: #CDF2DC; }

 span { border-color: rgb(205,242,220); }

 td.TdClassName
 {
   border-color: #CDF2DC;
 }
 .TagClassName
 {
   border-color: #CDF2DC;
 }
</style>