#C7DBDA

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

Shades of Zumthor #C7DBDA

Tints of Zumthor #C7DBDA

Color information

#C7DBDA (or 0xC7DBDA) is unknown color: approx Zumthor. HEX triplet: C7, DB and DA. RGB value is (199,219,218). Sum of RGB (Red+Green+Blue) = 199+219+218=636 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.29% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DBDA is #382425. Grayscale: #D4D4D4. Windows color (decimal): -3679270 or 14343111. OLE color: 14343111.

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

Color convert

RGB199219218-
CMYK0.0900.000.14
HSL177º21.74%81.96%-
HSV(B)177º9.13%85.88%-
XYZ61.5467.8776.19-
YUV212.91130.87118.08-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.29%
GREEN value IS 219 (85.94% from 255) = 34.43%
BLUE value IS 218 (85.55% from 255) = 34.28%
R=31.29%
G=34.43%
B=34.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1992192180.0900.000.1417721.7481.96
HexC7DBDA900Eb11652
Octal30733333211001626126122
Binary110001111101101111011010100100111010110001101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DBDA; }

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

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

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

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

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

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

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

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