#CEE1DC

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

Shades of Iceberg #CEE1DC

Tints of Iceberg #CEE1DC

Color information

#CEE1DC (or 0xCEE1DC) is unknown color: approx Iceberg. HEX triplet: CE, E1 and DC. RGB value is (206,225,220). Sum of RGB (Red+Green+Blue) = 206+225+220=651 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.64% from 651); Green value is 225 (88.28% from 255 or 34.56% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE1DC is #311E23. Grayscale: #DADADA. Windows color (decimal): -3218980 or 14475726. OLE color: 14475726.

HSL color Cylindrical-coordinate representation of color #CEE1DC: hue angle of 164.21º 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 #CEE1DC is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB206225220-
CMYK0.0800.020.12
HSL164.21º24.05%84.51%-
HSV(B)164.21º8.44%88.24%-
XYZ65.372.1478.19-
YUV218.75128.71118.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.64%
GREEN value IS 225 (88.28% from 255) = 34.56%
BLUE value IS 220 (86.33% from 255) = 33.79%
R=31.64%
G=34.56%
B=33.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2062252200.0800.020.12164.2124.0584.51
HexCEE1DC802Ca41855
Octal31634133410021424430125
Binary1100111011100001110111001000010110010100100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE1DC; }

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

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

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

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

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

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

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

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