#DFCABE

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

Shades of Dust Storm #DFCABE

Tints of Dust Storm #DFCABE

Color information

#DFCABE (or 0xDFCABE) is unknown color: approx Dust Storm. HEX triplet: DF, CA and BE. RGB value is (223,202,190). Sum of RGB (Red+Green+Blue) = 223+202+190=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCABE is #203541. Grayscale: #CECECE. Windows color (decimal): -2110786 or 12503775. OLE color: 12503775.

HSL color Cylindrical-coordinate representation of color #DFCABE: hue angle of 21.82º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFCABE is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB223202190-
CMYK00.090.150.13
HSL21.82º34.02%80.98%-
HSV(B)21.82º14.8%87.45%-
XYZ60.8561.6557.41-
YUV206.91118.46139.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.26%
GREEN value IS 202 (79.30% from 255) = 32.85%
BLUE value IS 190 (74.61% from 255) = 30.89%
R=36.26%
G=32.85%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320219000.090.150.1321.8234.0280.98
HexDFCABE09FD162251
Octal33731227601117152642121
Binary1101111111001010101111100100111111101101101000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCABE; }

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

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

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

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

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

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

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

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