#C8D6DB

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

Shades of Zumthor #C8D6DB

Tints of Zumthor #C8D6DB

Color information

#C8D6DB (or 0xC8D6DB) is unknown color: approx Zumthor. HEX triplet: C8, D6 and DB. RGB value is (200,214,219). Sum of RGB (Red+Green+Blue) = 200+214+219=633 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.60% from 633); Green value is 214 (83.98% from 255 or 33.81% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8D6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D6DB is #372924. Grayscale: #D2D2D2. Windows color (decimal): -3615013 or 14407368. OLE color: 14407368.

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

Color convert

RGB200214219-
CMYK0.090.0200.14
HSL195.79º20.88%82.16%-
HSV(B)195.79º8.68%85.88%-
XYZ60.6565.4976.46-
YUV210.38132.86120.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.60%
GREEN value IS 214 (83.98% from 255) = 33.81%
BLUE value IS 219 (85.94% from 255) = 34.60%
R=31.60%
G=33.81%
B=34.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002142190.090.0200.14195.7920.8882.16
HexC8D6DB920Ec41552
Octal31032633311201630425122
Binary1100100011010110110110111001100111011000100101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D6DB; }

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

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

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

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

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

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

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

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