#C7D2D4

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

Shades of Zumthor #C7D2D4

Tints of Zumthor #C7D2D4

Color information

#C7D2D4 (or 0xC7D2D4) is unknown color: approx Zumthor. HEX triplet: C7, D2 and D4. RGB value is (199,210,212). Sum of RGB (Red+Green+Blue) = 199+210+212=621 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.05% from 621); Green value is 210 (82.42% from 255 or 33.82% from 621); Blue value is 212 (83.20% from 255 or 34.14% from 621); Max value from RGB is 212 - color contains mainly: blue. Hex color #C7D2D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D2D4 is #382D2B. Grayscale: #CECECE. Windows color (decimal): -3681580 or 13947591. OLE color: 13947591.

HSL color Cylindrical-coordinate representation of color #C7D2D4: hue angle of 189.23º degrees, saturation: 0.13, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C7D2D4 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB199210212-
CMYK0.060.0100.17
HSL189.23º13.13%80.59%-
HSV(B)189.23º6.13%83.14%-
XYZ58.4862.9971.36-
YUV206.94130.86122.34-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.05%
GREEN value IS 210 (82.42% from 255) = 33.82%
BLUE value IS 212 (83.20% from 255) = 34.14%
R=32.05%
G=33.82%
B=34.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1992102120.060.0100.17189.2313.1380.59
HexC7D2D461011bdd51
Octal3073223246102127515121
Binary11000111110100101101010011010100011011110111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D2D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D2D4; }

 p { color: rgb(199,210,212); }

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

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

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

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

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

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

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