#C7DCDE

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

Shades of Zumthor #C7DCDE

Tints of Zumthor #C7DCDE

Color information

#C7DCDE (or 0xC7DCDE) is unknown color: approx Zumthor. HEX triplet: C7, DC and DE. RGB value is (199,220,222). Sum of RGB (Red+Green+Blue) = 199+220+222=641 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.05% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 222 (87.11% from 255 or 34.63% from 641); Max value from RGB is 222 - color contains mainly: blue. Hex color #C7DCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DCDE is #382321. Grayscale: #D5D5D5. Windows color (decimal): -3679010 or 14605511. OLE color: 14605511.

HSL color Cylindrical-coordinate representation of color #C7DCDE: hue angle of 185.22º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7DCDE is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB199220222-
CMYK0.100.0100.13
HSL185.22º25.84%82.55%-
HSV(B)185.22º10.36%87.06%-
XYZ62.3368.679.06-
YUV213.95132.54117.34-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.05%
GREEN value IS 220 (86.33% from 255) = 34.32%
BLUE value IS 222 (87.11% from 255) = 34.63%
R=31.05%
G=34.32%
B=34.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1992202220.100.0100.13185.2225.8482.55
HexC7DCDEA10Db91a53
Octal30733433612101527132123
Binary110001111101110011011110101010110110111001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DCDE; }

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

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

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

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

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

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

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

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