#C9DCDC

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

Shades of Zumthor #C9DCDC

Tints of Zumthor #C9DCDC

Color information

#C9DCDC (or 0xC9DCDC) is unknown color: approx Zumthor. HEX triplet: C9, DC and DC. RGB value is (201,220,220). Sum of RGB (Red+Green+Blue) = 201+220+220=641 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.36% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #C9DCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCDC is #362323. Grayscale: #D6D6D6. Windows color (decimal): -3547940 or 14474441. OLE color: 14474441.

HSL color Cylindrical-coordinate representation of color #C9DCDC: hue angle of 180º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9DCDC is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB201220220-
CMYK0.09000.14
HSL180º21.35%82.55%-
HSV(B)180º8.64%86.27%-
XYZ62.668.7777.69-
YUV214.32131.21118.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.36%
GREEN value IS 220 (86.33% from 255) = 34.32%
BLUE value IS 220 (86.33% from 255) = 34.32%
R=31.36%
G=34.32%
B=34.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2012202200.09000.1418021.3582.55
HexC9DCDC900Eb41553
Octal31133433411001626425123
Binary110010011101110011011100100100111010110100101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DCDC; }

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

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

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

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

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

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

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

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