Html Css Color HEX #DFCCC6 Dust Storm

📋 copy color: '#DFCCC6'

red 223 ◦ green 204 ◦ blue 198

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

Shades of Dust Storm #DFCCC6

Tints of Dust Storm #DFCCC6

RGB

 RED value IS 223 (87.5% from 255) = 35.68%

 GREEN value IS 204 (80.08% from 255) = 32.64%

 BLUE value IS 198 (77.73% from 255) = 31.68%

R = 35.68%
G = 32.64%
B = 31.68%

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

#DFCCC6 (or 0xDFCCC6) is known color: Dust Storm. HEX triplet: DF, CC and C6. RGB value is (223,204,198). Sum of RGB (Red+Green+Blue) = 223+204+198=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 198 (77.73% from 255 or 31.68% from 625); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCC6 is #203339. Grayscale: #D1D1D1. Windows color (decimal): -2110266 or 13028575. OLE color: 13028575.

HSL color Cylindrical-coordinate representation of color #DFCCC6: hue angle of 14.4º degrees, saturation: 0.28, 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 #DFCCC6 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 204 198 -
CMYK 0 0.09 0.11 0.13
HSL 14.4º 0.28% 0.83% -
HSV(B) 14.4º 0.11% 0.87% -
XYZ 62.22 62.95 62.3 -
YUV 209 121.79 137.99 -
System Red Green Blue C M Y K H S L
Decimal 223 204 198 0 0.09 0.11 0.13 14.4 0.28 0.83
Hex DF CC C6 0 9 B D E 1C 53
Octal 337 314 306 0 11 13 15 16 34 123
Binary 11011111 11001100 11000110 0 1001 1011 1101 1110 11100 1010011

Color Harmonies of #DFCCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCCC6

Black with #DFCCC6

Text Example


Text Example

White with #DFCCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCCC6; }

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

 H1.HeaderClassName
 {
   color: #DFCCC6;
 }
 .AnyTagClassName
 {
   color: #DFCCC6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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