#C7DDDC

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

Shades of Zumthor #C7DDDC

Tints of Zumthor #C7DDDC

Color information

#C7DDDC (or 0xC7DDDC) is unknown color: approx Zumthor. HEX triplet: C7, DD and DC. RGB value is (199,221,220). Sum of RGB (Red+Green+Blue) = 199+221+220=640 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.09% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 221 - color contains mainly: green. Hex color #C7DDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DDDC is #382223. Grayscale: #D6D6D6. Windows color (decimal): -3678756 or 14474695. OLE color: 14474695.

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

Color convert

RGB199221220-
CMYK0.1000.000.13
HSL177.27º24.44%82.35%-
HSV(B)177.27º9.95%86.67%-
XYZ62.3369.0277.75-
YUV214.31131.21117.08-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.09%
GREEN value IS 221 (86.72% from 255) = 34.53%
BLUE value IS 220 (86.33% from 255) = 34.38%
R=31.09%
G=34.53%
B=34.38%

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
Decimal1992212200.1000.000.13177.2724.4482.35
HexC7DDDCA00Db11852
Octal30733533412001526130122
Binary110001111101110111011100101000110110110001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DDDC; }

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

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

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

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

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

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

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

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