#C0DDDC

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

Shades of Zumthor #C0DDDC

Tints of Zumthor #C0DDDC

Color information

#C0DDDC (or 0xC0DDDC) is unknown color: approx Zumthor. HEX triplet: C0, DD and DC. RGB value is (192,221,220). Sum of RGB (Red+Green+Blue) = 192+221+220=633 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.33% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DDDC is #3F2223. Grayscale: #D4D4D4. Windows color (decimal): -4137508 or 14474688. OLE color: 14474688.

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

Color convert

RGB192221220-
CMYK0.1300.000.13
HSL177.93º29.9%80.98%-
HSV(B)177.93º13.12%86.67%-
XYZ60.5168.0977.66-
YUV212.22132.39113.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.33%
GREEN value IS 221 (86.72% from 255) = 34.91%
BLUE value IS 220 (86.33% from 255) = 34.76%
R=30.33%
G=34.91%
B=34.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922212200.1300.000.13177.9329.980.98
HexC0DDDCD00Db21e51
Octal30033533415001526236121
Binary110000001101110111011100110100110110110010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DDDC; }

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

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

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

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

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

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

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

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