#DBCABE

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

Shades of Swirl #DBCABE

Tints of Swirl #DBCABE

Color information

#DBCABE (or 0xDBCABE) is unknown color: approx Swirl. HEX triplet: DB, CA and BE. RGB value is (219,202,190). Sum of RGB (Red+Green+Blue) = 219+202+190=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 202 (79.30% from 255 or 33.06% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCABE is #243541. Grayscale: #CDCDCD. Windows color (decimal): -2372930 or 12503771. OLE color: 12503771.

HSL color Cylindrical-coordinate representation of color #DBCABE: hue angle of 24.83º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBCABE is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB219202190-
CMYK00.080.130.14
HSL24.83º28.71%80.2%-
HSV(B)24.83º13.24%85.88%-
XYZ59.6361.0257.35-
YUV205.72119.13137.48-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.84%
GREEN value IS 202 (79.30% from 255) = 33.06%
BLUE value IS 190 (74.61% from 255) = 31.10%
R=35.84%
G=33.06%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920219000.080.130.1424.8328.7180.2
HexDBCABE08DE191d50
Octal33331227601015163135120
Binary110110111100101010111110010001101111011001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCABE; }

 p { color: rgb(219,202,190); }

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

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

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

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

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

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

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