#C8DCDB

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

Shades of Zumthor #C8DCDB

Tints of Zumthor #C8DCDB

Color information

#C8DCDB (or 0xC8DCDB) is unknown color: approx Zumthor. HEX triplet: C8, DC and DB. RGB value is (200,220,219). Sum of RGB (Red+Green+Blue) = 200+220+219=639 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.30% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DCDB is #372324. Grayscale: #D5D5D5. Windows color (decimal): -3613477 or 14408904. OLE color: 14408904.

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

Color convert

RGB200220219-
CMYK0.0900.000.14
HSL177º22.22%82.35%-
HSV(B)177º9.09%86.27%-
XYZ62.268.5876.98-
YUV213.91130.87118.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.30%
GREEN value IS 220 (86.33% from 255) = 34.43%
BLUE value IS 219 (85.94% from 255) = 34.27%
R=31.30%
G=34.43%
B=34.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002202190.0900.000.1417722.2282.35
HexC8DCDB900Eb11652
Octal31033433311001626126122
Binary110010001101110011011011100100111010110001101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DCDB; }

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

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

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

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

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

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

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

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