#C9DADC

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

Shades of Zumthor #C9DADC

Tints of Zumthor #C9DADC

Color information

#C9DADC (or 0xC9DADC) is unknown color: approx Zumthor. HEX triplet: C9, DA and DC. RGB value is (201,218,220). Sum of RGB (Red+Green+Blue) = 201+218+220=639 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.46% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9DADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DADC is #362523. Grayscale: #D5D5D5. Windows color (decimal): -3548452 or 14473929. OLE color: 14473929.

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

Color convert

RGB201218220-
CMYK0.090.0100.14
HSL186.32º21.35%82.55%-
HSV(B)186.32º8.64%86.27%-
XYZ62.0867.7377.51-
YUV213.14131.87119.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.46%
GREEN value IS 218 (85.55% from 255) = 34.12%
BLUE value IS 220 (86.33% from 255) = 34.43%
R=31.46%
G=34.12%
B=34.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2012182200.090.0100.14186.3221.3582.55
HexC9DADC910Eba1553
Octal31133233411101627225123
Binary110010011101101011011100100110111010111010101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DADC; }

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

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

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

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

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

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

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

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