#C9DBDD

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

Shades of Zumthor #C9DBDD

Tints of Zumthor #C9DBDD

Color information

#C9DBDD (or 0xC9DBDD) is unknown color: approx Zumthor. HEX triplet: C9, DB and DD. RGB value is (201,219,221). Sum of RGB (Red+Green+Blue) = 201+219+221=641 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.36% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 221 - color contains mainly: blue. Hex color #C9DBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DBDD is #362422. Grayscale: #D5D5D5. Windows color (decimal): -3548195 or 14539721. OLE color: 14539721.

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

Color convert

RGB201219221-
CMYK0.090.0100.13
HSL186º22.73%82.75%-
HSV(B)186º9.05%86.67%-
XYZ62.4768.378.3-
YUV213.85132.04118.84-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.36%
GREEN value IS 219 (85.94% from 255) = 34.17%
BLUE value IS 221 (86.72% from 255) = 34.48%
R=31.36%
G=34.17%
B=34.48%

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
Decimal2012192210.090.0100.1318622.7382.75
HexC9DBDD910Dba1753
Octal31133333511101527227123
Binary110010011101101111011101100110110110111010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DBDD; }

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

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

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

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

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

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

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

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