#CDEEDE

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

Shades of White Ice #CDEEDE

Tints of White Ice #CDEEDE

Color information

#CDEEDE (or 0xCDEEDE) is unknown color: approx White Ice. HEX triplet: CD, EE and DE. RGB value is (205,238,222). Sum of RGB (Red+Green+Blue) = 205+238+222=665 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.83% from 665); Green value is 238 (93.36% from 255 or 35.79% from 665); Blue value is 222 (87.11% from 255 or 33.38% from 665); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEEDE is #321121. Grayscale: #E2E2E2. Windows color (decimal): -3281186 or 14610125. OLE color: 14610125.

HSL color Cylindrical-coordinate representation of color #CDEEDE: hue angle of 150.91º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDEEDE is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB205238222-
CMYK0.1400.070.07
HSL150.91º49.25%86.86%-
HSV(B)150.91º13.87%93.33%-
XYZ68.9479.480.8-
YUV226.31125.57112.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.83%
GREEN value IS 238 (93.36% from 255) = 35.79%
BLUE value IS 222 (87.11% from 255) = 33.38%
R=30.83%
G=35.79%
B=33.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052382220.1400.070.07150.9149.2586.86
HexCDEEDEE077973157
Octal3153563361607722761127
Binary11001101111011101101111011100111111100101111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEEDE; }

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

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

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

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

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

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

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

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