#C4DBD9

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

Shades of Zumthor #C4DBD9

Tints of Zumthor #C4DBD9

Color information

#C4DBD9 (or 0xC4DBD9) is unknown color: approx Zumthor. HEX triplet: C4, DB and D9. RGB value is (196,219,217). Sum of RGB (Red+Green+Blue) = 196+219+217=632 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.01% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 217 (85.16% from 255 or 34.34% from 632); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DBD9 is #3B2426. Grayscale: #D3D3D3. Windows color (decimal): -3875879 or 14277572. OLE color: 14277572.

HSL color Cylindrical-coordinate representation of color #C4DBD9: hue angle of 174.78º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4DBD9 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB196219217-
CMYK0.1100.010.14
HSL174.78º24.21%81.37%-
HSV(B)174.78º10.5%85.88%-
XYZ60.6267.4175.46-
YUV211.9130.88116.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.01%
GREEN value IS 219 (85.94% from 255) = 34.65%
BLUE value IS 217 (85.16% from 255) = 34.34%
R=31.01%
G=34.65%
B=34.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1962192170.1100.010.14174.7824.2181.37
HexC4DBD9B01Eaf1851
Octal30433333113011625730121
Binary110001001101101111011001101101111010101111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DBD9; }

 p { color: rgb(196,219,217); }

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

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

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

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

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

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

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