#C2DADD

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

Shades of Zumthor #C2DADD

Tints of Zumthor #C2DADD

Color information

#C2DADD (or 0xC2DADD) is unknown color: approx Zumthor. HEX triplet: C2, DA and DD. RGB value is (194,218,221). Sum of RGB (Red+Green+Blue) = 194+218+221=633 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.65% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 221 - color contains mainly: blue. Hex color #C2DADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DADD is #3D2522. Grayscale: #D3D3D3. Windows color (decimal): -4007203 or 14539458. OLE color: 14539458.

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

Color convert

RGB194218221-
CMYK0.120.0100.13
HSL186.67º28.42%81.37%-
HSV(B)186.67º12.22%86.67%-
XYZ60.3766.8378.12-
YUV211.17133.55115.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.65%
GREEN value IS 218 (85.55% from 255) = 34.44%
BLUE value IS 221 (86.72% from 255) = 34.91%
R=30.65%
G=34.44%
B=34.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1942182210.120.0100.13186.6728.4281.37
HexC2DADDC10Dbb1c51
Octal30233233514101527334121
Binary110000101101101011011101110010110110111011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DADD; }

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

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

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

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

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

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

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

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