#C0DDDD

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

Shades of Zumthor #C0DDDD

Tints of Zumthor #C0DDDD

Color information

#C0DDDD (or 0xC0DDDD) is unknown color: approx Zumthor. HEX triplet: C0, DD and DD. RGB value is (192,221,221). Sum of RGB (Red+Green+Blue) = 192+221+221=634 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.28% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #C0DDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DDDD is #3F2222. Grayscale: #D4D4D4. Windows color (decimal): -4137507 or 14540224. OLE color: 14540224.

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

Color convert

RGB192221221-
CMYK0.13000.13
HSL180º29.9%80.98%-
HSV(B)180º13.12%86.67%-
XYZ60.6568.1478.36-
YUV212.33132.89113.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.28%
GREEN value IS 221 (86.72% from 255) = 34.86%
BLUE value IS 221 (86.72% from 255) = 34.86%
R=30.28%
G=34.86%
B=34.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922212210.13000.1318029.980.98
HexC0DDDDD00Db41e51
Octal30033533515001526436121
Binary110000001101110111011101110100110110110100111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DDDD; }

 p { color: rgb(192,221,221); }

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

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

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

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

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

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

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