#CEE4DA

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

Shades of Iceberg #CEE4DA

Tints of Iceberg #CEE4DA

Color information

#CEE4DA (or 0xCEE4DA) is unknown color: approx Iceberg. HEX triplet: CE, E4 and DA. RGB value is (206,228,218). Sum of RGB (Red+Green+Blue) = 206+228+218=652 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.60% from 652); Green value is 228 (89.45% from 255 or 34.97% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE4DA is #311B25. Grayscale: #DCDCDC. Windows color (decimal): -3218214 or 14345422. OLE color: 14345422.

HSL color Cylindrical-coordinate representation of color #CEE4DA: hue angle of 152.73º 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 #CEE4DA is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB206228218-
CMYK0.1000.040.11
HSL152.73º28.95%85.1%-
HSV(B)152.73º9.65%89.41%-
XYZ65.8573.6777.08-
YUV220.28126.71117.81-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.60%
GREEN value IS 228 (89.45% from 255) = 34.97%
BLUE value IS 218 (85.55% from 255) = 33.44%
R=31.60%
G=34.97%
B=33.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2062282180.1000.040.11152.7328.9585.1
HexCEE4DAA04B991d55
Octal31634433212041323135125
Binary11001110111001001101101010100100101110011001111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE4DA; }

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

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

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

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

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

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

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

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