#C7DBDB

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

Shades of Zumthor #C7DBDB

Tints of Zumthor #C7DBDB

Color information

#C7DBDB (or 0xC7DBDB) is unknown color: approx Zumthor. HEX triplet: C7, DB and DB. RGB value is (199,219,219). Sum of RGB (Red+Green+Blue) = 199+219+219=637 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.24% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #C7DBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DBDB is #382424. Grayscale: #D4D4D4. Windows color (decimal): -3679269 or 14408647. OLE color: 14408647.

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

Color convert

RGB199219219-
CMYK0.09000.14
HSL180º21.74%81.96%-
HSV(B)180º9.13%85.88%-
XYZ61.6767.9276.88-
YUV213.02131.37118-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.24%
GREEN value IS 219 (85.94% from 255) = 34.38%
BLUE value IS 219 (85.94% from 255) = 34.38%
R=31.24%
G=34.38%
B=34.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1992192190.09000.1418021.7481.96
HexC7DBDB900Eb41652
Octal30733333311001626426122
Binary110001111101101111011011100100111010110100101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DBDB; }

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

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

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

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

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

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

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

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