Html Css Color HEX #DFCCC7 Dust Storm

📋 copy color: '#DFCCC7'

red 223 ◦ green 204 ◦ blue 199

#DFCCC7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dust Storm #DFCCC7

Tints of Dust Storm #DFCCC7

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.13% from 255) = 31.79%

R = 35.62%
G = 32.59%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DFCCC7 (or 0xDFCCC7) is known color: 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

RGB 223 204 199 -
CMYK 0 0.09 0.11 0.13
HSL 12.5º 0.27% 0.83% -
HSV(B) 12.5º 0.11% 0.87% -
XYZ 62.33 63 62.91 -
YUV 209.11 122.29 137.91 -
System Red Green Blue C M Y K H S L
Decimal 223 204 199 0 0.09 0.11 0.13 12.5 0.27 0.83
Hex DF CC C7 0 9 B D C 1B 53
Octal 337 314 307 0 11 13 15 14 33 123
Binary 11011111 11001100 11000111 0 1001 1011 1101 1100 11011 1010011

Color Harmonies of #DFCCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCCC7

Black with #DFCCC7

Text Example


Text Example

White with #DFCCC7

Text Example


Text Example

HTML Codes & Css Web 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>