#C8DBD7

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

Shades of Iceberg #C8DBD7

Tints of Iceberg #C8DBD7

Color information

#C8DBD7 (or 0xC8DBD7) is unknown color: approx Iceberg. HEX triplet: C8, DB and D7. RGB value is (200,219,215). Sum of RGB (Red+Green+Blue) = 200+219+215=634 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.55% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 215 (84.38% from 255 or 33.91% from 634); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DBD7 is #372428. Grayscale: #D4D4D4. Windows color (decimal): -3613737 or 14146504. OLE color: 14146504.

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

Color convert

RGB200219215-
CMYK0.0900.020.14
HSL167.37º20.88%82.16%-
HSV(B)167.37º8.68%85.88%-
XYZ61.4267.8574.15-
YUV212.86129.21118.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.55%
GREEN value IS 219 (85.94% from 255) = 34.54%
BLUE value IS 215 (84.38% from 255) = 33.91%
R=31.55%
G=34.54%
B=33.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002192150.0900.020.14167.3720.8882.16
HexC8DBD7902Ea71552
Octal31033332711021624725122
Binary1100100011011011110101111001010111010100111101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DBD7; }

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

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

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

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

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

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

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

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