#C2DADC

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

Shades of Zumthor #C2DADC

Tints of Zumthor #C2DADC

Color information

#C2DADC (or 0xC2DADC) is unknown color: approx Zumthor. HEX triplet: C2, DA and DC. RGB value is (194,218,220). Sum of RGB (Red+Green+Blue) = 194+218+220=632 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.70% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2DADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DADC is #3D2523. Grayscale: #D3D3D3. Windows color (decimal): -4007204 or 14473922. OLE color: 14473922.

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

Color convert

RGB194218220-
CMYK0.120.0100.14
HSL184.62º27.08%81.18%-
HSV(B)184.62º11.82%86.27%-
XYZ60.2466.7877.43-
YUV211.05133.05115.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.70%
GREEN value IS 218 (85.55% from 255) = 34.49%
BLUE value IS 220 (86.33% from 255) = 34.81%
R=30.70%
G=34.49%
B=34.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1942182200.120.0100.14184.6227.0881.18
HexC2DADCC10Eb91b51
Octal30233233414101627133121
Binary110000101101101011011100110010111010111001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DADC; }

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

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

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

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

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

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

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

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