#C5DBDC

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

Shades of Zumthor #C5DBDC

Tints of Zumthor #C5DBDC

Color information

#C5DBDC (or 0xC5DBDC) is unknown color: approx Zumthor. HEX triplet: C5, DB and DC. RGB value is (197,219,220). Sum of RGB (Red+Green+Blue) = 197+219+220=636 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.97% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5DBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DBDC is #3A2423. Grayscale: #D4D4D4. Windows color (decimal): -3810340 or 14474181. OLE color: 14474181.

HSL color Cylindrical-coordinate representation of color #C5DBDC: hue angle of 182.61º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5DBDC is Cyan = 0.10, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB197219220-
CMYK0.100.0000.14
HSL182.61º24.73%81.76%-
HSV(B)182.61º10.45%86.27%-
XYZ61.2867.777.55-
YUV212.54132.21116.92-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.97%
GREEN value IS 219 (85.94% from 255) = 34.43%
BLUE value IS 220 (86.33% from 255) = 34.59%
R=30.97%
G=34.43%
B=34.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1972192200.100.0000.14182.6124.7381.76
HexC5DBDCA00Eb71952
Octal30533333412001626731122
Binary110001011101101111011100101000111010110111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DBDC; }

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

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

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

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

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

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

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

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