#C7DADB

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

Shades of Zumthor #C7DADB

Tints of Zumthor #C7DADB

Color information

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

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

Color convert

RGB199218219-
CMYK0.090.0000.14
HSL183º21.74%81.96%-
HSV(B)183º9.13%85.88%-
XYZ61.4167.476.79-
YUV212.43131.71118.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1992182190.090.0000.1418321.7481.96
HexC7DADB900Eb71652
Octal30733233311001626726122
Binary110001111101101011011011100100111010110111101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DADB; }

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

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

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

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

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

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

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

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