#C7DDDE

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

Shades of Zumthor #C7DDDE

Tints of Zumthor #C7DDDE

Color information

#C7DDDE (or 0xC7DDDE) is unknown color: approx Zumthor. HEX triplet: C7, DD and DE. RGB value is (199,221,222). Sum of RGB (Red+Green+Blue) = 199+221+222=642 (85% of max value = 765). Red value is 199 (78.12% from 255 or 31.00% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 222 (87.11% from 255 or 34.58% from 642); Max value from RGB is 222 - color contains mainly: blue. Hex color #C7DDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DDDE is #382221. Grayscale: #D6D6D6. Windows color (decimal): -3678754 or 14605767. OLE color: 14605767.

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

Color convert

RGB199221222-
CMYK0.100.0000.13
HSL182.61º25.84%82.55%-
HSV(B)182.61º10.36%87.06%-
XYZ62.5969.1379.15-
YUV214.54132.21116.92-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.00%
GREEN value IS 221 (86.72% from 255) = 34.42%
BLUE value IS 222 (87.11% from 255) = 34.58%
R=31.00%
G=34.42%
B=34.58%

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
Decimal1992212220.100.0000.13182.6125.8482.55
HexC7DDDEA00Db71a53
Octal30733533612001526732123
Binary110001111101110111011110101000110110110111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DDDE; }

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

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

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

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

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

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

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

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