#DFCCC4

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

Shades of Dust Storm #DFCCC4

Tints of Dust Storm #DFCCC4

Color information

#DFCCC4 (or 0xDFCCC4) is unknown color: approx Dust Storm. HEX triplet: DF, CC and C4. RGB value is (223,204,196). Sum of RGB (Red+Green+Blue) = 223+204+196=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 196 (76.95% from 255 or 31.46% from 623); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCC4 is #20333B. Grayscale: #D0D0D0. Windows color (decimal): -2110268 or 12897503. OLE color: 12897503.

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

Color convert

RGB223204196-
CMYK00.090.120.13
HSL17.78º29.67%82.16%-
HSV(B)17.78º12.11%87.45%-
XYZ61.9962.8661.09-
YUV208.77120.79138.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.79%
GREEN value IS 204 (80.08% from 255) = 32.74%
BLUE value IS 196 (76.95% from 255) = 31.46%
R=35.79%
G=32.74%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320419600.090.120.1317.7829.6782.16
HexDFCCC409CD121e52
Octal33731430401114152236122
Binary110111111100110011000100010011100110110010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCCC4; }

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

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

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

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

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

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

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

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