Html Css Color HEX #DFCABC Dust Storm

📋 copy color: '#DFCABC'

red 223 ◦ green 202 ◦ blue 188

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

Shades of Dust Storm #DFCABC

Tints of Dust Storm #DFCABC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.95%

 BLUE value IS 188 (73.83% from 255) = 30.67%

R = 36.38%
G = 32.95%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DFCABC (or 0xDFCABC) is known color: Dust Storm. HEX triplet: DF, CA and BC. RGB value is (223,202,188). Sum of RGB (Red+Green+Blue) = 223+202+188=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 188 (73.83% from 255 or 30.67% from 613); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCABC is #203543. Grayscale: #CECECE. Windows color (decimal): -2110788 or 12372703. OLE color: 12372703.

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

Color convert

RGB 223 202 188 -
CMYK 0 0.09 0.16 0.13
HSL 24º 0.35% 0.81% -
HSV(B) 24º 0.16% 0.87% -
XYZ 60.63 61.56 56.26 -
YUV 206.68 117.46 139.64 -
System Red Green Blue C M Y K H S L
Decimal 223 202 188 0 0.09 0.16 0.13 24 0.35 0.81
Hex DF CA BC 0 9 10 D 18 23 51
Octal 337 312 274 0 11 20 15 30 43 121
Binary 11011111 11001010 10111100 0 1001 10000 1101 11000 100011 1010001

Color Harmonies of #DFCABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCABC

Black with #DFCABC

Text Example


Text Example

White with #DFCABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCABC; }

 p { color: rgb(223,202,188); }

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

background-color css

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

 a { background-color: rgb(223,202,188); }

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

border-color css

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

 span { border-color: rgb(223,202,188); }

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