#DFCCC7

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

Shades of Dust Storm #DFCCC7

Tints of Dust Storm #DFCCC7

Color information

#DFCCC7 (or 0xDFCCC7) is unknown color: approx Dust Storm. HEX triplet: DF, CC and C7. RGB value is (223,204,199). Sum of RGB (Red+Green+Blue) = 223+204+199=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 199 (78.12% from 255 or 31.79% from 626); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCC7 is #203338. Grayscale: #D1D1D1. Windows color (decimal): -2110265 or 13094111. OLE color: 13094111.

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

Color convert

RGB223204199-
CMYK00.090.110.13
HSL12.5º27.27%82.75%-
HSV(B)12.5º10.76%87.45%-
XYZ62.336362.91-
YUV209.11122.29137.91-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.62%
GREEN value IS 204 (80.08% from 255) = 32.59%
BLUE value IS 199 (78.12% from 255) = 31.79%
R=35.62%
G=32.59%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320419900.090.110.1312.527.2782.75
HexDFCCC709BDd1b53
Octal33731430701113151533123
Binary11011111110011001100011101001101111011101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCCC7; }

 p { color: rgb(223,204,199); }

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

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

 a { background-color: rgb(223,204,199); }

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

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

 span { border-color: rgb(223,204,199); }

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