#C2DBDC

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

Shades of Zumthor #C2DBDC

Tints of Zumthor #C2DBDC

Color information

#C2DBDC (or 0xC2DBDC) is unknown color: approx Zumthor. HEX triplet: C2, DB and DC. RGB value is (194,219,220). Sum of RGB (Red+Green+Blue) = 194+219+220=633 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.65% from 633); Green value is 219 (85.94% from 255 or 34.60% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2DBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DBDC is #3D2423. Grayscale: #D3D3D3. Windows color (decimal): -4006948 or 14474178. OLE color: 14474178.

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

Color convert

RGB194219220-
CMYK0.120.0000.14
HSL182.31º27.08%81.18%-
HSV(B)182.31º11.82%86.27%-
XYZ60.567.377.51-
YUV211.64132.72115.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.65%
GREEN value IS 219 (85.94% from 255) = 34.60%
BLUE value IS 220 (86.33% from 255) = 34.76%
R=30.65%
G=34.60%
B=34.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1942192200.120.0000.14182.3127.0881.18
HexC2DBDCC00Eb61b51
Octal30233333414001626633121
Binary110000101101101111011100110000111010110110110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DBDC; }

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

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

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

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

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

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

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

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