#C7DBD9

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

Shades of Zumthor #C7DBD9

Tints of Zumthor #C7DBD9

Color information

#C7DBD9 (or 0xC7DBD9) is unknown color: approx Zumthor. HEX triplet: C7, DB and D9. RGB value is (199,219,217). Sum of RGB (Red+Green+Blue) = 199+219+217=635 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.34% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 217 (85.16% from 255 or 34.17% from 635); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DBD9 is #382426. Grayscale: #D4D4D4. Windows color (decimal): -3679271 or 14277575. OLE color: 14277575.

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

Color convert

RGB199219217-
CMYK0.0900.010.14
HSL174º21.74%81.96%-
HSV(B)174º9.13%85.88%-
XYZ61.4167.8175.5-
YUV212.79130.37118.16-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.34%
GREEN value IS 219 (85.94% from 255) = 34.49%
BLUE value IS 217 (85.16% from 255) = 34.17%
R=31.34%
G=34.49%
B=34.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1992192170.0900.010.1417421.7481.96
HexC7DBD9901Eae1652
Octal30733333111011625626122
Binary110001111101101111011001100101111010101110101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DBD9; }

 p { color: rgb(199,219,217); }

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

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

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

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

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

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

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