#CDF0DD

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

Shades of White Ice #CDF0DD

Tints of White Ice #CDF0DD

Color information

#CDF0DD (or 0xCDF0DD) is unknown color: approx White Ice. HEX triplet: CD, F0 and DD. RGB value is (205,240,221). Sum of RGB (Red+Green+Blue) = 205+240+221=666 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.78% from 666); Green value is 240 (94.14% from 255 or 36.04% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF0DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF0DD is #320F22. Grayscale: #E3E3E3. Windows color (decimal): -3280675 or 14545101. OLE color: 14545101.

HSL color Cylindrical-coordinate representation of color #CDF0DD: hue angle of 147.43º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDF0DD is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB205240221-
CMYK0.1500.080.06
HSL147.43º53.85%87.25%-
HSV(B)147.43º14.58%94.12%-
XYZ69.3980.5280.29-
YUV227.37124.4112.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.78%
GREEN value IS 240 (94.14% from 255) = 36.04%
BLUE value IS 221 (86.72% from 255) = 33.18%
R=30.78%
G=36.04%
B=33.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052402210.1500.080.06147.4353.8587.25
HexCDF0DDF086933657
Octal31536033517010622366127
Binary110011011111000011011101111101000110100100111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF0DD; }

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

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

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

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

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

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

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

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