#CDF5DE

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

Shades of White Ice #CDF5DE

Tints of White Ice #CDF5DE

Color information

#CDF5DE (or 0xCDF5DE) is unknown color: approx White Ice. HEX triplet: CD, F5 and DE. RGB value is (205,245,222). Sum of RGB (Red+Green+Blue) = 205+245+222=672 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.51% from 672); Green value is 245 (96.09% from 255 or 36.46% from 672); Blue value is 222 (87.11% from 255 or 33.04% from 672); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF5DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF5DE is #320A21. Grayscale: #E6E6E6. Windows color (decimal): -3279394 or 14611917. OLE color: 14611917.

HSL color Cylindrical-coordinate representation of color #CDF5DE: hue angle of 145.5º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDF5DE is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB205245222-
CMYK0.1600.090.04
HSL145.5º66.67%88.24%-
HSV(B)145.5º16.33%96.08%-
XYZ71.0183.5681.49-
YUV230.42123.25109.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.51%
GREEN value IS 245 (96.09% from 255) = 36.46%
BLUE value IS 222 (87.11% from 255) = 33.04%
R=30.51%
G=36.46%
B=33.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052452220.1600.090.04145.566.6788.24
HexCDF5DE10094924358
Octal315365336200114222103130
Binary11001101111101011101111010000010011001001001010000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF5DE; }

 p { color: rgb(205,245,222); }

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

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

 a { background-color: rgb(205,245,222); }

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

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

 span { border-color: rgb(205,245,222); }

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