#CEDBD7

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

Shades of Iceberg #CEDBD7

Tints of Iceberg #CEDBD7

Color information

#CEDBD7 (or 0xCEDBD7) is unknown color: approx Iceberg. HEX triplet: CE, DB and D7. RGB value is (206,219,215). Sum of RGB (Red+Green+Blue) = 206+219+215=640 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.19% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 215 (84.38% from 255 or 33.59% from 640); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDBD7 is #312428. Grayscale: #D6D6D6. Windows color (decimal): -3220521 or 14146510. OLE color: 14146510.

HSL color Cylindrical-coordinate representation of color #CEDBD7: hue angle of 161.54º 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 #CEDBD7 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB206219215-
CMYK0.0600.020.14
HSL161.54º15.29%83.33%-
HSV(B)161.54º5.94%85.88%-
XYZ63.0568.6974.23-
YUV214.66128.19121.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.19%
GREEN value IS 219 (85.94% from 255) = 34.22%
BLUE value IS 215 (84.38% from 255) = 33.59%
R=32.19%
G=34.22%
B=33.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062192150.0600.020.14161.5415.2983.33
HexCEDBD7602Ea2f53
Octal3163333276021624217123
Binary11001110110110111101011111001011101010001011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDBD7; }

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

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

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

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

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

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

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

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