#CEEFDC

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

Shades of White Ice #CEEFDC

Tints of White Ice #CEEFDC

Color information

#CEEFDC (or 0xCEEFDC) is unknown color: approx White Ice. HEX triplet: CE, EF and DC. RGB value is (206,239,220). Sum of RGB (Red+Green+Blue) = 206+239+220=665 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.98% from 665); Green value is 239 (93.75% from 255 or 35.94% from 665); Blue value is 220 (86.33% from 255 or 33.08% from 665); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEFDC is #311023. Grayscale: #E3E3E3. Windows color (decimal): -3215396 or 14479310. OLE color: 14479310.

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

Color convert

RGB206239220-
CMYK0.1400.080.06
HSL145.45º50.77%87.25%-
HSV(B)145.45º13.81%93.73%-
XYZ69.2480.0279.51-
YUV226.97124.07113.04-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.98%
GREEN value IS 239 (93.75% from 255) = 35.94%
BLUE value IS 220 (86.33% from 255) = 33.08%
R=30.98%
G=35.94%
B=33.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062392200.1400.080.06145.4550.7787.25
HexCEEFDCE086913357
Octal31635733416010622163127
Binary110011101110111111011100111001000110100100011100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEFDC; }

 p { color: rgb(206,239,220); }

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

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

 a { background-color: rgb(206,239,220); }

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

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

 span { border-color: rgb(206,239,220); }

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