#C2DCDD

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

Shades of Zumthor #C2DCDD

Tints of Zumthor #C2DCDD

Color information

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

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

Color convert

RGB194220221-
CMYK0.120.0000.13
HSL182.22º28.42%81.37%-
HSV(B)182.22º12.22%86.67%-
XYZ60.8967.8878.3-
YUV212.34132.89114.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1942202210.120.0000.13182.2228.4281.37
HexC2DCDDC00Db61c51
Octal30233433514001526634121
Binary110000101101110011011101110000110110110110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DCDD; }

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

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

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

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

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

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

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

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