#C9DEDE

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

Shades of Zumthor #C9DEDE

Tints of Zumthor #C9DEDE

Color information

#C9DEDE (or 0xC9DEDE) is unknown color: approx Zumthor. HEX triplet: C9, DE and DE. RGB value is (201,222,222). Sum of RGB (Red+Green+Blue) = 201+222+222=645 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.16% from 645); Green value is 222 (87.11% from 255 or 34.42% from 645); Blue value is 222 (87.11% from 255 or 34.42% from 645); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #C9DEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DEDE is #362121. Grayscale: #D7D7D7. Windows color (decimal): -3547426 or 14606025. OLE color: 14606025.

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

Color convert

RGB201222222-
CMYK0.09000.13
HSL180º24.14%82.94%-
HSV(B)180º9.46%87.06%-
XYZ63.3969.9379.26-
YUV215.72131.54117.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.16%
GREEN value IS 222 (87.11% from 255) = 34.42%
BLUE value IS 222 (87.11% from 255) = 34.42%
R=31.16%
G=34.42%
B=34.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2012222220.09000.1318024.1482.94
HexC9DEDE900Db41853
Octal31133633611001526430123
Binary110010011101111011011110100100110110110100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DEDE; }

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

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

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

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

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

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

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

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