#C9D4D6

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

Shades of Zumthor #C9D4D6

Tints of Zumthor #C9D4D6

Color information

#C9D4D6 (or 0xC9D4D6) is unknown color: approx Zumthor. HEX triplet: C9, D4 and D6. RGB value is (201,212,214). Sum of RGB (Red+Green+Blue) = 201+212+214=627 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.06% from 627); Green value is 212 (83.20% from 255 or 33.81% from 627); Blue value is 214 (83.98% from 255 or 34.13% from 627); Max value from RGB is 214 - color contains mainly: blue. Hex color #C9D4D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D4D6 is #362B29. Grayscale: #D0D0D0. Windows color (decimal): -3549994 or 14079177. OLE color: 14079177.

HSL color Cylindrical-coordinate representation of color #C9D4D6: hue angle of 189.23º degrees, saturation: 0.14, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C9D4D6 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB201212214-
CMYK0.060.0100.16
HSL189.23º13.68%81.37%-
HSV(B)189.23º6.07%83.92%-
XYZ59.7764.3672.89-
YUV208.94130.86122.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.06%
GREEN value IS 212 (83.20% from 255) = 33.81%
BLUE value IS 214 (83.98% from 255) = 34.13%
R=32.06%
G=33.81%
B=34.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2012122140.060.0100.16189.2313.6881.37
HexC9D4D661010bde51
Octal3113243266102027516121
Binary11001001110101001101011011010100001011110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D4D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D4D6; }

 p { color: rgb(201,212,214); }

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

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

 a { background-color: rgb(201,212,214); }

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

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

 span { border-color: rgb(201,212,214); }

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