#C2DDDC

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

Shades of Zumthor #C2DDDC

Tints of Zumthor #C2DDDC

Color information

#C2DDDC (or 0xC2DDDC) is unknown color: approx Zumthor. HEX triplet: C2, DD and DC. RGB value is (194,221,220). Sum of RGB (Red+Green+Blue) = 194+221+220=635 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.55% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DDDC is #3D2223. Grayscale: #D4D4D4. Windows color (decimal): -4006436 or 14474690. OLE color: 14474690.

HSL color Cylindrical-coordinate representation of color #C2DDDC: hue angle of 177.78º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2DDDC is Cyan = 0.12, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB194221220-
CMYK0.1200.000.13
HSL177.78º28.42%81.37%-
HSV(B)177.78º12.22%86.67%-
XYZ61.0268.3577.69-
YUV212.81132.05114.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.55%
GREEN value IS 221 (86.72% from 255) = 34.80%
BLUE value IS 220 (86.33% from 255) = 34.65%
R=30.55%
G=34.80%
B=34.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1942212200.1200.000.13177.7828.4281.37
HexC2DDDCC00Db21c51
Octal30233533414001526234121
Binary110000101101110111011100110000110110110010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DDDC; }

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

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

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

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

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

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

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

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