#C0DCDA

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

Shades of Zumthor #C0DCDA

Tints of Zumthor #C0DCDA

Color information

#C0DCDA (or 0xC0DCDA) is unknown color: approx Zumthor. HEX triplet: C0, DC and DA. RGB value is (192,220,218). Sum of RGB (Red+Green+Blue) = 192+220+218=630 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.48% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DCDA is #3F2325. Grayscale: #D3D3D3. Windows color (decimal): -4137766 or 14343360. OLE color: 14343360.

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

Color convert

RGB192220218-
CMYK0.1300.010.14
HSL175.71º28.57%80.78%-
HSV(B)175.71º12.73%86.27%-
XYZ59.9967.4576.19-
YUV211.4131.72114.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.48%
GREEN value IS 220 (86.33% from 255) = 34.92%
BLUE value IS 218 (85.55% from 255) = 34.60%
R=30.48%
G=34.92%
B=34.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1922202180.1300.010.14175.7128.5780.78
HexC0DCDAD01Eb01d51
Octal30033433215011626035121
Binary110000001101110011011010110101111010110000111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DCDA; }

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

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

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

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

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

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

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

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