#C8DBDB

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

Shades of Zumthor #C8DBDB

Tints of Zumthor #C8DBDB

Color information

#C8DBDB (or 0xC8DBDB) is unknown color: approx Zumthor. HEX triplet: C8, DB and DB. RGB value is (200,219,219). Sum of RGB (Red+Green+Blue) = 200+219+219=638 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.35% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #C8DBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DBDB is #372424. Grayscale: #D5D5D5. Windows color (decimal): -3613733 or 14408648. OLE color: 14408648.

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

Color convert

RGB200219219-
CMYK0.09000.14
HSL180º20.88%82.16%-
HSV(B)180º8.68%85.88%-
XYZ61.9468.0676.89-
YUV213.32131.21118.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.35%
GREEN value IS 219 (85.94% from 255) = 34.33%
BLUE value IS 219 (85.94% from 255) = 34.33%
R=31.35%
G=34.33%
B=34.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002192190.09000.1418020.8882.16
HexC8DBDB900Eb41552
Octal31033333311001626425122
Binary110010001101101111011011100100111010110100101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DBDB; }

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

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

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

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

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

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

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

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