#C2DDDE

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

Shades of Zumthor #C2DDDE

Tints of Zumthor #C2DDDE

Color information

#C2DDDE (or 0xC2DDDE) is unknown color: approx Zumthor. HEX triplet: C2, DD and DE. RGB value is (194,221,222). Sum of RGB (Red+Green+Blue) = 194+221+222=637 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.46% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 222 - color contains mainly: blue. Hex color #C2DDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DDDE is #3D2221. Grayscale: #D5D5D5. Windows color (decimal): -4006434 or 14605762. OLE color: 14605762.

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

Color convert

RGB194221222-
CMYK0.130.0000.13
HSL182.14º29.79%81.57%-
HSV(B)182.14º12.61%87.06%-
XYZ61.2968.4679.09-
YUV213.04133.05114.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.46%
GREEN value IS 221 (86.72% from 255) = 34.69%
BLUE value IS 222 (87.11% from 255) = 34.85%
R=30.46%
G=34.69%
B=34.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1942212220.130.0000.13182.1429.7981.57
HexC2DDDED00Db61e52
Octal30233533615001526636122
Binary110000101101110111011110110100110110110110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DDDE; }

 p { color: rgb(194,221,222); }

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

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

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

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

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

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

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