#C8DBD9

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

Shades of Zumthor #C8DBD9

Tints of Zumthor #C8DBD9

Color information

#C8DBD9 (or 0xC8DBD9) is unknown color: approx Zumthor. HEX triplet: C8, DB and D9. RGB value is (200,219,217). Sum of RGB (Red+Green+Blue) = 200+219+217=636 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.45% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 217 (85.16% from 255 or 34.12% from 636); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DBD9 is #372426. Grayscale: #D5D5D5. Windows color (decimal): -3613735 or 14277576. OLE color: 14277576.

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

Color convert

RGB200219217-
CMYK0.0900.010.14
HSL173.68º20.88%82.16%-
HSV(B)173.68º8.68%85.88%-
XYZ61.6867.9575.51-
YUV213.09130.21118.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.45%
GREEN value IS 219 (85.94% from 255) = 34.43%
BLUE value IS 217 (85.16% from 255) = 34.12%
R=31.45%
G=34.43%
B=34.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002192170.0900.010.14173.6820.8882.16
HexC8DBD9901Eae1552
Octal31033333111011625625122
Binary110010001101101111011001100101111010101110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DBD9; }

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

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

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

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

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

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

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

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