Html Css Color HEX #DDC2BE Dust Storm

📋 copy color: '#DDC2BE'

red 221 ◦ green 194 ◦ blue 190

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

Shades of Dust Storm #DDC2BE

Tints of Dust Storm #DDC2BE

RGB

 RED value IS 221 (86.72% from 255) = 36.53%

 GREEN value IS 194 (76.17% from 255) = 32.07%

 BLUE value IS 190 (74.61% from 255) = 31.4%

R = 36.53%
G = 32.07%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DDC2BE (or 0xDDC2BE) is known color: Dust Storm. HEX triplet: DD, C2 and BE. RGB value is (221,194,190). Sum of RGB (Red+Green+Blue) = 221+194+190=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 194 (76.17% from 255 or 32.07% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC2BE is #223D41. Grayscale: #C9C9C9. Windows color (decimal): -2243906 or 12501725. OLE color: 12501725.

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

Color convert

RGB 221 194 190 -
CMYK 0 0.12 0.14 0.13
HSL 7.74º 0.31% 0.81% -
HSV(B) 7.74º 0.14% 0.87% -
XYZ 58.4 57.67 56.77 -
YUV 201.62 121.45 141.83 -
System Red Green Blue C M Y K H S L
Decimal 221 194 190 0 0.12 0.14 0.13 7.74 0.31 0.81
Hex DD C2 BE 0 C E D 8 1F 51
Octal 335 302 276 0 14 16 15 10 37 121
Binary 11011101 11000010 10111110 0 1100 1110 1101 1000 11111 1010001

Color Harmonies of #DDC2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC2BE

Black with #DDC2BE

Text Example


Text Example

White with #DDC2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC2BE; }

 p { color: rgb(221,194,190); }

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

background-color css

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

 a { background-color: rgb(221,194,190); }

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

border-color css

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

 span { border-color: rgb(221,194,190); }

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