Html Css Color HEX #DFCCC8 Dust Storm

📋 copy color: '#DFCCC8'

red 223 ◦ green 204 ◦ blue 200

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

Shades of Dust Storm #DFCCC8

Tints of Dust Storm #DFCCC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 31.9%

R = 35.57%
G = 32.54%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DFCCC8 (or 0xDFCCC8) is known color: Dust Storm. HEX triplet: DF, CC and C8. RGB value is (223,204,200). Sum of RGB (Red+Green+Blue) = 223+204+200=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 200 (78.52% from 255 or 31.90% from 627); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCC8 is #203337. Grayscale: #D1D1D1. Windows color (decimal): -2110264 or 13159647. OLE color: 13159647.

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

Color convert

RGB 223 204 200 -
CMYK 0 0.09 0.10 0.13
HSL 10.43º 0.26% 0.83% -
HSV(B) 10.43º 0.1% 0.87% -
XYZ 62.45 63.04 63.52 -
YUV 209.23 122.79 137.83 -
System Red Green Blue C M Y K H S L
Decimal 223 204 200 0 0.09 0.10 0.13 10.43 0.26 0.83
Hex DF CC C8 0 9 A D A 1A 53
Octal 337 314 310 0 11 12 15 12 32 123
Binary 11011111 11001100 11001000 0 1001 1010 1101 1010 11010 1010011

Color Harmonies of #DFCCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCCC8

Black with #DFCCC8

Text Example


Text Example

White with #DFCCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCCC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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