#C9D8DD

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

Shades of Zumthor #C9D8DD

Tints of Zumthor #C9D8DD

Color information

#C9D8DD (or 0xC9D8DD) is unknown color: approx Zumthor. HEX triplet: C9, D8 and DD. RGB value is (201,216,221). Sum of RGB (Red+Green+Blue) = 201+216+221=638 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.50% from 638); Green value is 216 (84.77% from 255 or 33.86% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 221 - color contains mainly: blue. Hex color #C9D8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D8DD is #362722. Grayscale: #D4D4D4. Windows color (decimal): -3548963 or 14538953. OLE color: 14538953.

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

Color convert

RGB201216221-
CMYK0.090.0200.13
HSL195º22.73%82.75%-
HSV(B)195º9.05%86.67%-
XYZ61.6966.7578.04-
YUV212.08133.03120.09-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.50%
GREEN value IS 216 (84.77% from 255) = 33.86%
BLUE value IS 221 (86.72% from 255) = 34.64%
R=31.50%
G=33.86%
B=34.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2012162210.090.0200.1319522.7382.75
HexC9D8DD920Dc31753
Octal31133033511201530327123
Binary1100100111011000110111011001100110111000011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D8DD; }

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

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

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

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

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

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

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

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