#DFCABC

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

Shades of Dust Storm #DFCABC

Tints of Dust Storm #DFCABC

Color information

#DFCABC (or 0xDFCABC) is unknown color: approx Dust Storm. HEX triplet: DF, CA and BC. RGB value is (223,202,188). Sum of RGB (Red+Green+Blue) = 223+202+188=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 188 (73.83% from 255 or 30.67% from 613); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCABC is #203543. Grayscale: #CECECE. Windows color (decimal): -2110788 or 12372703. OLE color: 12372703.

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

Color convert

RGB223202188-
CMYK00.090.160.13
HSL24º35.35%80.59%-
HSV(B)24º15.7%87.45%-
XYZ60.6361.5656.26-
YUV206.68117.46139.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.38%
GREEN value IS 202 (79.30% from 255) = 32.95%
BLUE value IS 188 (73.83% from 255) = 30.67%
R=36.38%
G=32.95%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320218800.090.160.132435.3580.59
HexDFCABC0910D182351
Octal33731227401120153043121
Binary11011111110010101011110001001100001101110001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCABC; }

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

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

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

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

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

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

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

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