#C0DBDB

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

Shades of Zumthor #C0DBDB

Tints of Zumthor #C0DBDB

Color information

#C0DBDB (or 0xC0DBDB) is unknown color: approx Zumthor. HEX triplet: C0, DB and DB. RGB value is (192,219,219). Sum of RGB (Red+Green+Blue) = 192+219+219=630 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.48% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #C0DBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DBDB is #3F2424. Grayscale: #D2D2D2. Windows color (decimal): -4138021 or 14408640. OLE color: 14408640.

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

Color convert

RGB192219219-
CMYK0.12000.14
HSL180º27.27%80.59%-
HSV(B)180º12.33%85.88%-
XYZ59.8666.9876.79-
YUV210.93132.55114.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.48%
GREEN value IS 219 (85.94% from 255) = 34.76%
BLUE value IS 219 (85.94% from 255) = 34.76%
R=30.48%
G=34.76%
B=34.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1922192190.12000.1418027.2780.59
HexC0DBDBC00Eb41b51
Octal30033333314001626433121
Binary110000001101101111011011110000111010110100110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DBDB; }

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

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

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

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

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

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

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

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