#C6DDDC

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

Shades of Zumthor #C6DDDC

Tints of Zumthor #C6DDDC

Color information

#C6DDDC (or 0xC6DDDC) is unknown color: approx Zumthor. HEX triplet: C6, DD and DC. RGB value is (198,221,220). Sum of RGB (Red+Green+Blue) = 198+221+220=639 (84% of max value = 765). Red value is 198 (77.73% from 255 or 30.99% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DDDC is #392223. Grayscale: #D5D5D5. Windows color (decimal): -3744292 or 14474694. OLE color: 14474694.

HSL color Cylindrical-coordinate representation of color #C6DDDC: hue angle of 177.39º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6DDDC is Cyan = 0.10, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB198221220-
CMYK0.1000.000.13
HSL177.39º25.27%82.16%-
HSV(B)177.39º10.41%86.67%-
XYZ62.0668.8977.74-
YUV214.01131.38116.58-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 30.99%
GREEN value IS 221 (86.72% from 255) = 34.59%
BLUE value IS 220 (86.33% from 255) = 34.43%
R=30.99%
G=34.59%
B=34.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1982212200.1000.000.13177.3925.2782.16
HexC6DDDCA00Db11952
Octal30633533412001526131122
Binary110001101101110111011100101000110110110001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DDDC; }

 p { color: rgb(198,221,220); }

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

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

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

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

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

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

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