#C8DBD4

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

Shades of Iceberg #C8DBD4

Tints of Iceberg #C8DBD4

Color information

#C8DBD4 (or 0xC8DBD4) is unknown color: approx Iceberg. HEX triplet: C8, DB and D4. RGB value is (200,219,212). Sum of RGB (Red+Green+Blue) = 200+219+212=631 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.70% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 212 (83.20% from 255 or 33.60% from 631); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DBD4 is #37242B. Grayscale: #D4D4D4. Windows color (decimal): -3613740 or 13949896. OLE color: 13949896.

HSL color Cylindrical-coordinate representation of color #C8DBD4: hue angle of 157.89º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8DBD4 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB200219212-
CMYK0.0900.030.14
HSL157.89º20.88%82.16%-
HSV(B)157.89º8.68%85.88%-
XYZ61.0367.772.14-
YUV212.52127.71119.07-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.70%
GREEN value IS 219 (85.94% from 255) = 34.71%
BLUE value IS 212 (83.20% from 255) = 33.60%
R=31.70%
G=34.71%
B=33.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002192120.0900.030.14157.8920.8882.16
HexC8DBD4903E9e1552
Octal31033332411031623625122
Binary1100100011011011110101001001011111010011110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DBD4; }

 p { color: rgb(200,219,212); }

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

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

 a { background-color: rgb(200,219,212); }

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

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

 span { border-color: rgb(200,219,212); }

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