#C9DDDE

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

Shades of Zumthor #C9DDDE

Tints of Zumthor #C9DDDE

Color information

#C9DDDE (or 0xC9DDDE) is unknown color: approx Zumthor. HEX triplet: C9, DD and DE. RGB value is (201,221,222). Sum of RGB (Red+Green+Blue) = 201+221+222=644 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.21% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 222 (87.11% from 255 or 34.47% from 644); Max value from RGB is 222 - color contains mainly: blue. Hex color #C9DDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DDDE is #362221. Grayscale: #D7D7D7. Windows color (decimal): -3547682 or 14605769. OLE color: 14605769.

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

Color convert

RGB201221222-
CMYK0.090.0000.13
HSL182.86º24.14%82.94%-
HSV(B)182.86º9.46%87.06%-
XYZ63.1369.479.18-
YUV215.13131.87117.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.21%
GREEN value IS 221 (86.72% from 255) = 34.32%
BLUE value IS 222 (87.11% from 255) = 34.47%
R=31.21%
G=34.32%
B=34.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2012212220.090.0000.13182.8624.1482.94
HexC9DDDE900Db71853
Octal31133533611001526730123
Binary110010011101110111011110100100110110110111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DDDE; }

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

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

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

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

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

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

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

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