#DBD1C5

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

Shades of Swirl #DBD1C5

Tints of Swirl #DBD1C5

Color information

#DBD1C5 (or 0xDBD1C5) is unknown color: approx Swirl. HEX triplet: DB, D1 and C5. RGB value is (219,209,197). Sum of RGB (Red+Green+Blue) = 219+209+197=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 209 (82.03% from 255 or 33.44% from 625); Blue value is 197 (77.34% from 255 or 31.52% from 625); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD1C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD1C5 is #242E3A. Grayscale: #D2D2D2. Windows color (decimal): -2371131 or 12964315. OLE color: 12964315.

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

Color convert

RGB219209197-
CMYK00.050.100.14
HSL32.73º23.4%81.57%-
HSV(B)32.73º10.05%85.88%-
XYZ62.0964.6962.04-
YUV210.62120.31133.98-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.04%
GREEN value IS 209 (82.03% from 255) = 33.44%
BLUE value IS 197 (77.34% from 255) = 31.52%
R=35.04%
G=33.44%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920919700.050.100.1432.7323.481.57
HexDBD1C505AE211752
Octal3333213050512164127122
Binary110110111101000111000101010110101110100001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD1C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD1C5; }

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

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

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

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

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

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

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

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