#DBD2C7

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

Shades of Swirl #DBD2C7

Tints of Swirl #DBD2C7

Color information

#DBD2C7 (or 0xDBD2C7) is unknown color: approx Swirl. HEX triplet: DB, D2 and C7. RGB value is (219,210,199). Sum of RGB (Red+Green+Blue) = 219+210+199=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 210 (82.42% from 255 or 33.44% from 628); Blue value is 199 (78.12% from 255 or 31.69% from 628); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD2C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD2C7 is #242D38. Grayscale: #D3D3D3. Windows color (decimal): -2370873 or 13095643. OLE color: 13095643.

HSL color Cylindrical-coordinate representation of color #DBD2C7: hue angle of 33º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBD2C7 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB219210199-
CMYK00.040.090.14
HSL33º21.74%81.96%-
HSV(B)33º9.13%85.88%-
XYZ62.5765.2863.33-
YUV211.44120.98133.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.87%
GREEN value IS 210 (82.42% from 255) = 33.44%
BLUE value IS 199 (78.12% from 255) = 31.69%
R=34.87%
G=33.44%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921019900.040.090.143321.7481.96
HexDBD2C7049E211652
Octal3333223070411164126122
Binary110110111101001011000111010010011110100001101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD2C7; }

 p { color: rgb(219,210,199); }

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

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

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

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

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

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

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