#C8DBD5

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

Shades of Iceberg #C8DBD5

Tints of Iceberg #C8DBD5

Color information

#C8DBD5 (or 0xC8DBD5) is unknown color: approx Iceberg. HEX triplet: C8, DB and D5. RGB value is (200,219,213). Sum of RGB (Red+Green+Blue) = 200+219+213=632 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.65% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 213 (83.59% from 255 or 33.70% from 632); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DBD5 is #37242A. Grayscale: #D4D4D4. Windows color (decimal): -3613739 or 14015432. OLE color: 14015432.

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

Color convert

RGB200219213-
CMYK0.0900.030.14
HSL161.05º20.88%82.16%-
HSV(B)161.05º8.68%85.88%-
XYZ61.1667.7572.8-
YUV212.64128.21118.99-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.65%
GREEN value IS 219 (85.94% from 255) = 34.65%
BLUE value IS 213 (83.59% from 255) = 33.70%
R=31.65%
G=34.65%
B=33.70%

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
Decimal2002192130.0900.030.14161.0520.8882.16
HexC8DBD5903Ea11552
Octal31033332511031624125122
Binary1100100011011011110101011001011111010100001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DBD5; }

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

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

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

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

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

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

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

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