#C0D3D6

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

Shades of Zumthor #C0D3D6

Tints of Zumthor #C0D3D6

Color information

#C0D3D6 (or 0xC0D3D6) is unknown color: approx Zumthor. HEX triplet: C0, D3 and D6. RGB value is (192,211,214). Sum of RGB (Red+Green+Blue) = 192+211+214=617 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.12% from 617); Green value is 211 (82.81% from 255 or 34.20% from 617); Blue value is 214 (83.98% from 255 or 34.68% from 617); Max value from RGB is 214 - color contains mainly: blue. Hex color #C0D3D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D3D6 is #3F2C29. Grayscale: #CDCDCD. Windows color (decimal): -4140074 or 14078912. OLE color: 14078912.

HSL color Cylindrical-coordinate representation of color #C0D3D6: hue angle of 188.18º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0D3D6 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB192211214-
CMYK0.100.0100.16
HSL188.18º21.15%79.61%-
HSV(B)188.18º10.28%83.92%-
XYZ57.1762.6572.7-
YUV205.66132.71118.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.12%
GREEN value IS 211 (82.81% from 255) = 34.20%
BLUE value IS 214 (83.98% from 255) = 34.68%
R=31.12%
G=34.20%
B=34.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1922112140.100.0100.16188.1821.1579.61
HexC0D3D6A1010bc1550
Octal30032332612102027425120
Binary1100000011010011110101101010101000010111100101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D3D6; }

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

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

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

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

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

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

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

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