#C7DDDF

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

Shades of Zumthor #C7DDDF

Tints of Zumthor #C7DDDF

Color information

#C7DDDF (or 0xC7DDDF) is unknown color: approx Zumthor. HEX triplet: C7, DD and DF. RGB value is (199,221,223). Sum of RGB (Red+Green+Blue) = 199+221+223=643 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.95% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 223 - color contains mainly: blue. Hex color #C7DDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DDDF is #382220. Grayscale: #D6D6D6. Windows color (decimal): -3678753 or 14671303. OLE color: 14671303.

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

Color convert

RGB199221223-
CMYK0.110.0100.13
HSL185º27.27%82.75%-
HSV(B)185º10.76%87.45%-
XYZ62.7369.1879.86-
YUV214.65132.71116.84-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.95%
GREEN value IS 221 (86.72% from 255) = 34.37%
BLUE value IS 223 (87.5% from 255) = 34.68%
R=30.95%
G=34.37%
B=34.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1992212230.110.0100.1318527.2782.75
HexC7DDDFB10Db91b53
Octal30733533713101527133123
Binary110001111101110111011111101110110110111001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DDDF; }

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

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

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

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

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

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

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

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