#C7DCDD

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

Shades of Zumthor #C7DCDD

Tints of Zumthor #C7DCDD

Color information

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

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

Color convert

RGB199220221-
CMYK0.100.0000.13
HSL182.73º24.44%82.35%-
HSV(B)182.73º9.95%86.67%-
XYZ62.268.5578.36-
YUV213.83132.04117.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1992202210.100.0000.13182.7324.4482.35
HexC7DCDDA00Db71852
Octal30733433512001526730122
Binary110001111101110011011101101000110110110111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DCDD; }

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

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

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

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

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

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

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

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