#CDF2DD

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

Shades of White Ice #CDF2DD

Tints of White Ice #CDF2DD

Color information

#CDF2DD (or 0xCDF2DD) is unknown color: approx White Ice. HEX triplet: CD, F2 and DD. RGB value is (205,242,221). Sum of RGB (Red+Green+Blue) = 205+242+221=668 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.69% from 668); Green value is 242 (94.92% from 255 or 36.23% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF2DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF2DD is #320D22. Grayscale: #E4E4E4. Windows color (decimal): -3280163 or 14545613. OLE color: 14545613.

HSL color Cylindrical-coordinate representation of color #CDF2DD: hue angle of 145.95º 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 #CDF2DD is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB205242221-
CMYK0.1500.090.05
HSL145.95º58.73%87.65%-
HSV(B)145.95º15.29%94.9%-
XYZ69.9881.780.49-
YUV228.54123.74111.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.69%
GREEN value IS 242 (94.92% from 255) = 36.23%
BLUE value IS 221 (86.72% from 255) = 33.08%
R=30.69%
G=36.23%
B=33.08%

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
Decimal2052422210.1500.090.05145.9558.7387.65
HexCDF2DDF095923b58
Octal31536233517011522273130
Binary110011011111001011011101111101001101100100101110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF2DD; }

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

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

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

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

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

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

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

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