#C5DBDA

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

Shades of Zumthor #C5DBDA

Tints of Zumthor #C5DBDA

Color information

#C5DBDA (or 0xC5DBDA) is unknown color: approx Zumthor. HEX triplet: C5, DB and DA. RGB value is (197,219,218). Sum of RGB (Red+Green+Blue) = 197+219+218=634 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.07% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 218 (85.55% from 255 or 34.38% from 634); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DBDA is #3A2425. Grayscale: #D4D4D4. Windows color (decimal): -3810342 or 14343109. OLE color: 14343109.

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

Color convert

RGB197219218-
CMYK0.1000.000.14
HSL177.27º23.4%81.57%-
HSV(B)177.27º10.05%85.88%-
XYZ61.0167.676.16-
YUV212.31131.21117.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.07%
GREEN value IS 219 (85.94% from 255) = 34.54%
BLUE value IS 218 (85.55% from 255) = 34.38%
R=31.07%
G=34.54%
B=34.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1972192180.1000.000.14177.2723.481.57
HexC5DBDAA00Eb11752
Octal30533333212001626127122
Binary110001011101101111011010101000111010110001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DBDA; }

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

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

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

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

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

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

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

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