#C7DEDE

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

Shades of Zumthor #C7DEDE

Tints of Zumthor #C7DEDE

Color information

#C7DEDE (or 0xC7DEDE) is unknown color: approx Zumthor. HEX triplet: C7, DE and DE. RGB value is (199,222,222). Sum of RGB (Red+Green+Blue) = 199+222+222=643 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.95% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #C7DEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DEDE is #382121. Grayscale: #D7D7D7. Windows color (decimal): -3678498 or 14606023. OLE color: 14606023.

HSL color Cylindrical-coordinate representation of color #C7DEDE: hue angle of 180º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7DEDE is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB199222222-
CMYK0.10000.13
HSL180º25.84%82.55%-
HSV(B)180º10.36%87.06%-
XYZ62.8669.6679.24-
YUV215.12131.88116.5-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.95%
GREEN value IS 222 (87.11% from 255) = 34.53%
BLUE value IS 222 (87.11% from 255) = 34.53%
R=30.95%
G=34.53%
B=34.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1992222220.10000.1318025.8482.55
HexC7DEDEA00Db41a53
Octal30733633612001526432123
Binary110001111101111011011110101000110110110100110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DEDE; }

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

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

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

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

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

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

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

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