#CEE5DD

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

Shades of Iceberg #CEE5DD

Tints of Iceberg #CEE5DD

Color information

#CEE5DD (or 0xCEE5DD) is unknown color: approx Iceberg. HEX triplet: CE, E5 and DD. RGB value is (206,229,221). Sum of RGB (Red+Green+Blue) = 206+229+221=656 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.40% from 656); Green value is 229 (89.84% from 255 or 34.91% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE5DD is #311A22. Grayscale: #DDDDDD. Windows color (decimal): -3217955 or 14542286. OLE color: 14542286.

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

Color convert

RGB206229221-
CMYK0.1000.030.10
HSL159.13º30.67%85.29%-
HSV(B)159.13º10.04%89.8%-
XYZ66.5274.3879.26-
YUV221.21127.88117.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.40%
GREEN value IS 229 (89.84% from 255) = 34.91%
BLUE value IS 221 (86.72% from 255) = 33.69%
R=31.40%
G=34.91%
B=33.69%

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
Decimal2062292210.1000.030.10159.1330.6785.29
HexCEE5DDA03A9f1f55
Octal31634533512031223737125
Binary1100111011100101110111011010011101010011111111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE5DD; }

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

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

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

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

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

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

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

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