#C7DDDD

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

Shades of Zumthor #C7DDDD

Tints of Zumthor #C7DDDD

Color information

#C7DDDD (or 0xC7DDDD) is unknown color: approx Zumthor. HEX triplet: C7, DD and DD. RGB value is (199,221,221). Sum of RGB (Red+Green+Blue) = 199+221+221=641 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.05% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #C7DDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DDDD is #382222. Grayscale: #D6D6D6. Windows color (decimal): -3678755 or 14540231. OLE color: 14540231.

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

Color convert

RGB199221221-
CMYK0.10000.13
HSL180º24.44%82.35%-
HSV(B)180º9.95%86.67%-
XYZ62.4669.0878.45-
YUV214.42131.71117-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.05%
GREEN value IS 221 (86.72% from 255) = 34.48%
BLUE value IS 221 (86.72% from 255) = 34.48%
R=31.05%
G=34.48%
B=34.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1992212210.10000.1318024.4482.35
HexC7DDDDA00Db41852
Octal30733533512001526430122
Binary110001111101110111011101101000110110110100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DDDD; }

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

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

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

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

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

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

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

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