#C5DBDB

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

Shades of Zumthor #C5DBDB

Tints of Zumthor #C5DBDB

Color information

#C5DBDB (or 0xC5DBDB) is unknown color: approx Zumthor. HEX triplet: C5, DB and DB. RGB value is (197,219,219). Sum of RGB (Red+Green+Blue) = 197+219+219=635 (84% of max value = 765). Red value is 197 (77.34% from 255 or 31.02% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #C5DBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DBDB is #3A2424. Grayscale: #D4D4D4. Windows color (decimal): -3810341 or 14408645. OLE color: 14408645.

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

Color convert

RGB197219219-
CMYK0.10000.14
HSL180º23.4%81.57%-
HSV(B)180º10.05%85.88%-
XYZ61.1467.6576.85-
YUV212.42131.71117-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.02%
GREEN value IS 219 (85.94% from 255) = 34.49%
BLUE value IS 219 (85.94% from 255) = 34.49%
R=31.02%
G=34.49%
B=34.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1972192190.10000.1418023.481.57
HexC5DBDBA00Eb41752
Octal30533333312001626427122
Binary110001011101101111011011101000111010110100101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DBDB; }

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

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

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

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

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

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

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

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