#C0DBD8

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

Shades of Zumthor #C0DBD8

Tints of Zumthor #C0DBD8

Color information

#C0DBD8 (or 0xC0DBD8) is unknown color: approx Zumthor. HEX triplet: C0, DB and D8. RGB value is (192,219,216). Sum of RGB (Red+Green+Blue) = 192+219+216=627 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.62% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 216 (84.77% from 255 or 34.45% from 627); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DBD8 is #3F2427. Grayscale: #D2D2D2. Windows color (decimal): -4138024 or 14212032. OLE color: 14212032.

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

Color convert

RGB192219216-
CMYK0.1200.010.14
HSL173.33º27.27%80.59%-
HSV(B)173.33º12.33%85.88%-
XYZ59.4666.8374.73-
YUV210.58131.05114.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.62%
GREEN value IS 219 (85.94% from 255) = 34.93%
BLUE value IS 216 (84.77% from 255) = 34.45%
R=30.62%
G=34.93%
B=34.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1922192160.1200.010.14173.3327.2780.59
HexC0DBD8C01Ead1b51
Octal30033333014011625533121
Binary110000001101101111011000110001111010101101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DBD8; }

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

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

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

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

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

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

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

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