#C6DDDF

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

Shades of Zumthor #C6DDDF

Tints of Zumthor #C6DDDF

Color information

#C6DDDF (or 0xC6DDDF) is unknown color: approx Zumthor. HEX triplet: C6, DD and DF. RGB value is (198,221,223). Sum of RGB (Red+Green+Blue) = 198+221+223=642 (85% of max value = 765). Red value is 198 (77.73% from 255 or 30.84% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 223 - color contains mainly: blue. Hex color #C6DDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DDDF is #392220. Grayscale: #D6D6D6. Windows color (decimal): -3744289 or 14671302. OLE color: 14671302.

HSL color Cylindrical-coordinate representation of color #C6DDDF: hue angle of 184.8º degrees, saturation: 0.28, 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 #C6DDDF is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB198221223-
CMYK0.110.0100.13
HSL184.8º28.09%82.55%-
HSV(B)184.8º11.21%87.45%-
XYZ62.4669.0579.85-
YUV214.35132.88116.34-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 30.84%
GREEN value IS 221 (86.72% from 255) = 34.42%
BLUE value IS 223 (87.5% from 255) = 34.74%
R=30.84%
G=34.42%
B=34.74%

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
Decimal1982212230.110.0100.13184.828.0982.55
HexC6DDDFB10Db91c53
Octal30633533713101527134123
Binary110001101101110111011111101110110110111001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DDDF; }

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

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

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

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

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

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

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

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