#CEE3DC

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

Shades of Iceberg #CEE3DC

Tints of Iceberg #CEE3DC

Color information

#CEE3DC (or 0xCEE3DC) is unknown color: approx Iceberg. HEX triplet: CE, E3 and DC. RGB value is (206,227,220). Sum of RGB (Red+Green+Blue) = 206+227+220=653 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.55% from 653); Green value is 227 (89.06% from 255 or 34.76% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE3DC is #311C23. Grayscale: #DBDBDB. Windows color (decimal): -3218468 or 14476238. OLE color: 14476238.

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

Color convert

RGB206227220-
CMYK0.0900.030.11
HSL160º27.27%84.9%-
HSV(B)160º9.25%89.02%-
XYZ65.8473.2378.37-
YUV219.92128.04118.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.55%
GREEN value IS 227 (89.06% from 255) = 34.76%
BLUE value IS 220 (86.33% from 255) = 33.69%
R=31.55%
G=34.76%
B=33.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2062272200.0900.030.1116027.2784.9
HexCEE3DC903Ba01b55
Octal31634333411031324033125
Binary1100111011100011110111001001011101110100000110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE3DC; }

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

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

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

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

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

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

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

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