#C9DBDA

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

Shades of Zumthor #C9DBDA

Tints of Zumthor #C9DBDA

Color information

#C9DBDA (or 0xC9DBDA) is unknown color: approx Zumthor. HEX triplet: C9, DB and DA. RGB value is (201,219,218). Sum of RGB (Red+Green+Blue) = 201+219+218=638 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.50% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DBDA is #362425. Grayscale: #D5D5D5. Windows color (decimal): -3548198 or 14343113. OLE color: 14343113.

HSL color Cylindrical-coordinate representation of color #C9DBDA: hue angle of 176.67º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9DBDA is Cyan = 0.08, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB201219218-
CMYK0.0800.000.14
HSL176.67º20%82.35%-
HSV(B)176.67º8.22%85.88%-
XYZ62.0768.1476.21-
YUV213.5130.54119.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.50%
GREEN value IS 219 (85.94% from 255) = 34.33%
BLUE value IS 218 (85.55% from 255) = 34.17%
R=31.50%
G=34.33%
B=34.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2012192180.0800.000.14176.672082.35
HexC9DBDA800Eb11452
Octal31133333210001626124122
Binary110010011101101111011010100000111010110001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DBDA; }

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

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

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

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

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

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

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

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