#CEE4DD

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

Shades of Iceberg #CEE4DD

Tints of Iceberg #CEE4DD

Color information

#CEE4DD (or 0xCEE4DD) is unknown color: approx Iceberg. HEX triplet: CE, E4 and DD. RGB value is (206,228,221). Sum of RGB (Red+Green+Blue) = 206+228+221=655 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.45% from 655); Green value is 228 (89.45% from 255 or 34.81% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE4DD is #311B22. Grayscale: #DCDCDC. Windows color (decimal): -3218211 or 14542030. OLE color: 14542030.

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

Color convert

RGB206228221-
CMYK0.1000.030.11
HSL160.91º28.95%85.1%-
HSV(B)160.91º9.65%89.41%-
XYZ66.2573.8379.17-
YUV220.62128.21117.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.45%
GREEN value IS 228 (89.45% from 255) = 34.81%
BLUE value IS 221 (86.72% from 255) = 33.74%
R=31.45%
G=34.81%
B=33.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2062282210.1000.030.11160.9128.9585.1
HexCEE4DDA03Ba11d55
Octal31634433512031324135125
Binary1100111011100100110111011010011101110100001111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE4DD; }

 p { color: rgb(206,228,221); }

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

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

 a { background-color: rgb(206,228,221); }

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

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

 span { border-color: rgb(206,228,221); }

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