#CEEBDC

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

Shades of White Ice #CEEBDC

Tints of White Ice #CEEBDC

Color information

#CEEBDC (or 0xCEEBDC) is unknown color: approx White Ice. HEX triplet: CE, EB and DC. RGB value is (206,235,220). Sum of RGB (Red+Green+Blue) = 206+235+220=661 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.16% from 661); Green value is 235 (92.19% from 255 or 35.55% from 661); Blue value is 220 (86.33% from 255 or 33.28% from 661); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEBDC is #311423. Grayscale: #E0E0E0. Windows color (decimal): -3216420 or 14478286. OLE color: 14478286.

HSL color Cylindrical-coordinate representation of color #CEEBDC: hue angle of 148.97º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEEBDC is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB206235220-
CMYK0.1200.060.08
HSL148.97º42.03%86.47%-
HSV(B)148.97º12.34%92.16%-
XYZ68.0877.7179.12-
YUV224.62125.39114.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.16%
GREEN value IS 235 (92.19% from 255) = 35.55%
BLUE value IS 220 (86.33% from 255) = 33.28%
R=31.16%
G=35.55%
B=33.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062352200.1200.060.08148.9742.0386.47
HexCEEBDCC068952a56
Octal31635333414061022552126
Binary110011101110101111011100110001101000100101011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEBDC; }

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

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

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

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

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

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

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

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