#C9DCDB

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

Shades of Zumthor #C9DCDB

Tints of Zumthor #C9DCDB

Color information

#C9DCDB (or 0xC9DCDB) is unknown color: approx Zumthor. HEX triplet: C9, DC and DB. RGB value is (201,220,219). Sum of RGB (Red+Green+Blue) = 201+220+219=640 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.41% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCDB is #362324. Grayscale: #D6D6D6. Windows color (decimal): -3547941 or 14408905. OLE color: 14408905.

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

Color convert

RGB201220219-
CMYK0.0900.000.14
HSL176.84º21.35%82.55%-
HSV(B)176.84º8.64%86.27%-
XYZ62.4768.7276.99-
YUV214.2130.71118.58-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.41%
GREEN value IS 220 (86.33% from 255) = 34.38%
BLUE value IS 219 (85.94% from 255) = 34.22%
R=31.41%
G=34.38%
B=34.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2012202190.0900.000.14176.8421.3582.55
HexC9DCDB900Eb11553
Octal31133433311001626125123
Binary110010011101110011011011100100111010110001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DCDB; }

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

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

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

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

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

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

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

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