#C0D6DB

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

Shades of Zumthor #C0D6DB

Tints of Zumthor #C0D6DB

Color information

#C0D6DB (or 0xC0D6DB) is unknown color: approx Zumthor. HEX triplet: C0, D6 and DB. RGB value is (192,214,219). Sum of RGB (Red+Green+Blue) = 192+214+219=625 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.72% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 219 - color contains mainly: blue. Hex color #C0D6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D6DB is #3F2924. Grayscale: #CFCFCF. Windows color (decimal): -4139301 or 14407360. OLE color: 14407360.

HSL color Cylindrical-coordinate representation of color #C0D6DB: hue angle of 191.11º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0D6DB is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB192214219-
CMYK0.120.0200.14
HSL191.11º27.27%80.59%-
HSV(B)191.11º12.33%85.88%-
XYZ58.5764.4176.36-
YUV207.99134.21116.59-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.72%
GREEN value IS 214 (83.98% from 255) = 34.24%
BLUE value IS 219 (85.94% from 255) = 35.04%
R=30.72%
G=34.24%
B=35.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1922142190.120.0200.14191.1127.2780.59
HexC0D6DBC20Ebf1b51
Octal30032633314201627733121
Binary1100000011010110110110111100100111010111111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D6DB; }

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

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

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

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

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

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

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

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