#C9DDDD

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

Shades of Zumthor #C9DDDD

Tints of Zumthor #C9DDDD

Color information

#C9DDDD (or 0xC9DDDD) is unknown color: approx Zumthor. HEX triplet: C9, DD and DD. RGB value is (201,221,221). Sum of RGB (Red+Green+Blue) = 201+221+221=643 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.26% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #C9DDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DDDD is #362222. Grayscale: #D7D7D7. Windows color (decimal): -3547683 or 14540233. OLE color: 14540233.

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

Color convert

RGB201221221-
CMYK0.09000.13
HSL180º22.73%82.75%-
HSV(B)180º9.05%86.67%-
XYZ62.9969.3578.47-
YUV215.02131.37118-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.26%
GREEN value IS 221 (86.72% from 255) = 34.37%
BLUE value IS 221 (86.72% from 255) = 34.37%
R=31.26%
G=34.37%
B=34.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2012212210.09000.1318022.7382.75
HexC9DDDD900Db41753
Octal31133533511001526427123
Binary110010011101110111011101100100110110110100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DDDD; }

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

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

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

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

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

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

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

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