#CDF3DC

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

Shades of White Ice #CDF3DC

Tints of White Ice #CDF3DC

Color information

#CDF3DC (or 0xCDF3DC) is unknown color: approx White Ice. HEX triplet: CD, F3 and DC. RGB value is (205,243,220). Sum of RGB (Red+Green+Blue) = 205+243+220=668 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.69% from 668); Green value is 243 (95.31% from 255 or 36.38% from 668); Blue value is 220 (86.33% from 255 or 32.93% from 668); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF3DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF3DC is #320C23. Grayscale: #E5E5E5. Windows color (decimal): -3279908 or 14480333. OLE color: 14480333.

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

Color convert

RGB205243220-
CMYK0.1600.090.05
HSL143.68º61.29%87.84%-
HSV(B)143.68º15.64%95.29%-
XYZ70.1582.2579.89-
YUV229.02122.91110.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.69%
GREEN value IS 243 (95.31% from 255) = 36.38%
BLUE value IS 220 (86.33% from 255) = 32.93%
R=30.69%
G=36.38%
B=32.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052432200.1600.090.05143.6861.2987.84
HexCDF3DC10095903d58
Octal31536333420011522075130
Binary1100110111110011110111001000001001101100100001111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF3DC; }

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

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

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

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

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

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

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

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