#C2D8DC

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

Shades of Zumthor #C2D8DC

Tints of Zumthor #C2D8DC

Color information

#C2D8DC (or 0xC2D8DC) is unknown color: approx Zumthor. HEX triplet: C2, D8 and DC. RGB value is (194,216,220). Sum of RGB (Red+Green+Blue) = 194+216+220=630 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.79% from 630); Green value is 216 (84.77% from 255 or 34.29% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2D8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D8DC is #3D2723. Grayscale: #D1D1D1. Windows color (decimal): -4007716 or 14473410. OLE color: 14473410.

HSL color Cylindrical-coordinate representation of color #C2D8DC: hue angle of 189.23º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2D8DC is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB194216220-
CMYK0.120.0200.14
HSL189.23º27.08%81.18%-
HSV(B)189.23º11.82%86.27%-
XYZ59.7265.7577.25-
YUV209.88133.71116.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.79%
GREEN value IS 216 (84.77% from 255) = 34.29%
BLUE value IS 220 (86.33% from 255) = 34.92%
R=30.79%
G=34.29%
B=34.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1942162200.120.0200.14189.2327.0881.18
HexC2D8DCC20Ebd1b51
Octal30233033414201627533121
Binary1100001011011000110111001100100111010111101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D8DC; }

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

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

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

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

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

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

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

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