Html Css Color HEX #DFCCC3 Dust Storm

📋 copy color: '#DFCCC3'

red 223 ◦ green 204 ◦ blue 195

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

Shades of Dust Storm #DFCCC3

Tints of Dust Storm #DFCCC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 31.35%

R = 35.85%
G = 32.8%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DFCCC3 (or 0xDFCCC3) is known color: Dust Storm. HEX triplet: DF, CC and C3. RGB value is (223,204,195). Sum of RGB (Red+Green+Blue) = 223+204+195=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 195 (76.56% from 255 or 31.35% from 622); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCC3 is #20333C. Grayscale: #D0D0D0. Windows color (decimal): -2110269 or 12831967. OLE color: 12831967.

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

Color convert

RGB 223 204 195 -
CMYK 0 0.09 0.13 0.13
HSL 19.29º 0.3% 0.82% -
HSV(B) 19.29º 0.13% 0.87% -
XYZ 61.87 62.81 60.49 -
YUV 208.66 120.29 138.23 -
System Red Green Blue C M Y K H S L
Decimal 223 204 195 0 0.09 0.13 0.13 19.29 0.3 0.82
Hex DF CC C3 0 9 D D 13 1E 52
Octal 337 314 303 0 11 15 15 23 36 122
Binary 11011111 11001100 11000011 0 1001 1101 1101 10011 11110 1010010

Color Harmonies of #DFCCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCCC3

Black with #DFCCC3

Text Example


Text Example

White with #DFCCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCCC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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