#C9DADA

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

Shades of Zumthor #C9DADA

Tints of Zumthor #C9DADA

Color information

#C9DADA (or 0xC9DADA) is unknown color: approx Zumthor. HEX triplet: C9, DA and DA. RGB value is (201,218,218). Sum of RGB (Red+Green+Blue) = 201+218+218=637 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.55% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #C9DADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DADA is #362525. Grayscale: #D4D4D4. Windows color (decimal): -3548454 or 14342857. OLE color: 14342857.

HSL color Cylindrical-coordinate representation of color #C9DADA: hue angle of 180º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9DADA is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB201218218-
CMYK0.08000.15
HSL180º18.68%82.16%-
HSV(B)180º7.8%85.49%-
XYZ61.8167.6276.12-
YUV212.92130.87119.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.55%
GREEN value IS 218 (85.55% from 255) = 34.22%
BLUE value IS 218 (85.55% from 255) = 34.22%
R=31.55%
G=34.22%
B=34.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2012182180.08000.1518018.6882.16
HexC9DADA800Fb41352
Octal31133233210001726423122
Binary110010011101101011011010100000111110110100100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DADA; }

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

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

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

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

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

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

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

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