#C9DBDE

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

Shades of Zumthor #C9DBDE

Tints of Zumthor #C9DBDE

Color information

#C9DBDE (or 0xC9DBDE) is unknown color: approx Zumthor. HEX triplet: C9, DB and DE. RGB value is (201,219,222). Sum of RGB (Red+Green+Blue) = 201+219+222=642 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.31% from 642); Green value is 219 (85.94% from 255 or 34.11% from 642); Blue value is 222 (87.11% from 255 or 34.58% from 642); Max value from RGB is 222 - color contains mainly: blue. Hex color #C9DBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DBDE is #362421. Grayscale: #D5D5D5. Windows color (decimal): -3548194 or 14605257. OLE color: 14605257.

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

Color convert

RGB201219222-
CMYK0.090.0100.13
HSL188.57º24.14%82.94%-
HSV(B)188.57º9.46%87.06%-
XYZ62.668.3579-
YUV213.96132.54118.76-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.31%
GREEN value IS 219 (85.94% from 255) = 34.11%
BLUE value IS 222 (87.11% from 255) = 34.58%
R=31.31%
G=34.11%
B=34.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2012192220.090.0100.13188.5724.1482.94
HexC9DBDE910Dbd1853
Octal31133333611101527530123
Binary110010011101101111011110100110110110111101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DBDE; }

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

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

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

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

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

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

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

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