#CEE1DA

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

Shades of Iceberg #CEE1DA

Tints of Iceberg #CEE1DA

Color information

#CEE1DA (or 0xCEE1DA) is unknown color: approx Iceberg. HEX triplet: CE, E1 and DA. RGB value is (206,225,218). Sum of RGB (Red+Green+Blue) = 206+225+218=649 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.74% from 649); Green value is 225 (88.28% from 255 or 34.67% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE1DA is #311E25. Grayscale: #DADADA. Windows color (decimal): -3218982 or 14344654. OLE color: 14344654.

HSL color Cylindrical-coordinate representation of color #CEE1DA: hue angle of 157.89º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEE1DA is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB206225218-
CMYK0.0800.030.12
HSL157.89º24.05%84.51%-
HSV(B)157.89º8.44%88.24%-
XYZ65.0372.0376.81-
YUV218.52127.71119.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.74%
GREEN value IS 225 (88.28% from 255) = 34.67%
BLUE value IS 218 (85.55% from 255) = 33.59%
R=31.74%
G=34.67%
B=33.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2062252180.0800.030.12157.8924.0584.51
HexCEE1DA803C9e1855
Octal31634133210031423630125
Binary1100111011100001110110101000011110010011110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE1DA; }

 p { color: rgb(206,225,218); }

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

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

 a { background-color: rgb(206,225,218); }

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

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

 span { border-color: rgb(206,225,218); }

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