#CEDBD8

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

Shades of Iceberg #CEDBD8

Tints of Iceberg #CEDBD8

Color information

#CEDBD8 (or 0xCEDBD8) is unknown color: approx Iceberg. HEX triplet: CE, DB and D8. RGB value is (206,219,216). Sum of RGB (Red+Green+Blue) = 206+219+216=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 216 (84.77% from 255 or 33.70% from 641); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDBD8 is #312427. Grayscale: #D6D6D6. Windows color (decimal): -3220520 or 14212046. OLE color: 14212046.

HSL color Cylindrical-coordinate representation of color #CEDBD8: hue angle of 166.15º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CEDBD8 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB206219216-
CMYK0.0600.010.14
HSL166.15º15.29%83.33%-
HSV(B)166.15º5.94%85.88%-
XYZ63.1868.7474.9-
YUV214.77128.69121.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.14%
GREEN value IS 219 (85.94% from 255) = 34.17%
BLUE value IS 216 (84.77% from 255) = 33.70%
R=32.14%
G=34.17%
B=33.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062192160.0600.010.14166.1515.2983.33
HexCEDBD8601Ea6f53
Octal3163333306011624617123
Binary1100111011011011110110001100111101010011011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDBD8; }

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

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

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

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

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

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

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

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