#C9DADE

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

Shades of Zumthor #C9DADE

Tints of Zumthor #C9DADE

Color information

#C9DADE (or 0xC9DADE) is unknown color: approx Zumthor. HEX triplet: C9, DA and DE. RGB value is (201,218,222). Sum of RGB (Red+Green+Blue) = 201+218+222=641 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.36% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 222 (87.11% from 255 or 34.63% from 641); Max value from RGB is 222 - color contains mainly: blue. Hex color #C9DADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DADE is #362521. Grayscale: #D5D5D5. Windows color (decimal): -3548450 or 14605001. OLE color: 14605001.

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

Color convert

RGB201218222-
CMYK0.090.0200.13
HSL191.43º24.14%82.94%-
HSV(B)191.43º9.46%87.06%-
XYZ62.3467.8378.91-
YUV213.37132.87119.17-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.36%
GREEN value IS 218 (85.55% from 255) = 34.01%
BLUE value IS 222 (87.11% from 255) = 34.63%
R=31.36%
G=34.01%
B=34.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2012182220.090.0200.13191.4324.1482.94
HexC9DADE920Dbf1853
Octal31133233611201527730123
Binary1100100111011010110111101001100110110111111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DADE; }

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

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

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

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

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

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

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

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