#CEDDD8

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

Shades of Iceberg #CEDDD8

Tints of Iceberg #CEDDD8

Color information

#CEDDD8 (or 0xCEDDD8) is unknown color: approx Iceberg. HEX triplet: CE, DD and D8. RGB value is (206,221,216). Sum of RGB (Red+Green+Blue) = 206+221+216=643 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.04% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 216 (84.77% from 255 or 33.59% from 643); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDD8 is #312227. Grayscale: #D7D7D7. Windows color (decimal): -3220008 or 14212558. OLE color: 14212558.

HSL color Cylindrical-coordinate representation of color #CEDDD8: hue angle of 160º degrees, saturation: 0.18, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CEDDD8 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB206221216-
CMYK0.0700.020.13
HSL160º18.07%83.73%-
HSV(B)160º6.79%86.67%-
XYZ63.769.7975.08-
YUV215.94128.03120.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.04%
GREEN value IS 221 (86.72% from 255) = 34.37%
BLUE value IS 216 (84.77% from 255) = 33.59%
R=32.04%
G=34.37%
B=33.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062212160.0700.020.1316018.0783.73
HexCEDDD8702Da01254
Octal3163353307021524022124
Binary110011101101110111011000111010110110100000100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDDD8; }

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

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

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

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

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

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

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

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