#CEECDD

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

Shades of White Ice #CEECDD

Tints of White Ice #CEECDD

Color information

#CEECDD (or 0xCEECDD) is unknown color: approx White Ice. HEX triplet: CE, EC and DD. RGB value is (206,236,221). Sum of RGB (Red+Green+Blue) = 206+236+221=663 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.07% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 221 (86.72% from 255 or 33.33% from 663); Max value from RGB is 236 - color contains mainly: green. Hex color #CEECDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEECDD is #311322. Grayscale: #E1E1E1. Windows color (decimal): -3216163 or 14544078. OLE color: 14544078.

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

Color convert

RGB206236221-
CMYK0.1300.060.07
HSL150º44.12%86.67%-
HSV(B)150º12.71%92.55%-
XYZ68.578.3379.92-
YUV225.32125.56114.22-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.07%
GREEN value IS 236 (92.58% from 255) = 35.60%
BLUE value IS 221 (86.72% from 255) = 33.33%
R=31.07%
G=35.60%
B=33.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062362210.1300.060.0715044.1286.67
HexCEECDDD067962c57
Octal3163543351506722654127
Binary11001110111011001101110111010110111100101101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEECDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEECDD; }

 p { color: rgb(206,236,221); }

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

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

 a { background-color: rgb(206,236,221); }

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

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

 span { border-color: rgb(206,236,221); }

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