#CEE5DE

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

Shades of Iceberg #CEE5DE

Tints of Iceberg #CEE5DE

Color information

#CEE5DE (or 0xCEE5DE) is unknown color: approx Iceberg. HEX triplet: CE, E5 and DE. RGB value is (206,229,222). Sum of RGB (Red+Green+Blue) = 206+229+222=657 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.35% from 657); Green value is 229 (89.84% from 255 or 34.86% from 657); Blue value is 222 (87.11% from 255 or 33.79% from 657); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE5DE is #311A21. Grayscale: #DDDDDD. Windows color (decimal): -3217954 or 14607822. OLE color: 14607822.

HSL color Cylindrical-coordinate representation of color #CEE5DE: hue angle of 161.74º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEE5DE is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB206229222-
CMYK0.1000.030.10
HSL161.74º30.67%85.29%-
HSV(B)161.74º10.04%89.8%-
XYZ66.6674.4379.96-
YUV221.32128.38117.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.35%
GREEN value IS 229 (89.84% from 255) = 34.86%
BLUE value IS 222 (87.11% from 255) = 33.79%
R=31.35%
G=34.86%
B=33.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2062292220.1000.030.10161.7430.6785.29
HexCEE5DEA03Aa21f55
Octal31634533612031224237125
Binary1100111011100101110111101010011101010100010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE5DE; }

 p { color: rgb(206,229,222); }

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

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

 a { background-color: rgb(206,229,222); }

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

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

 span { border-color: rgb(206,229,222); }

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