Html Css Color HEX #DDC9C6 Dust Storm

📋 copy color: '#DDC9C6'

red 221 ◦ green 201 ◦ blue 198

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

Shades of Dust Storm #DDC9C6

Tints of Dust Storm #DDC9C6

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.42%

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

R = 35.65%
G = 32.42%
B = 31.94%

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

#DDC9C6 (or 0xDDC9C6) is known color: Dust Storm. HEX triplet: DD, C9 and C6. RGB value is (221,201,198). Sum of RGB (Red+Green+Blue) = 221+201+198=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 201 (78.91% from 255 or 32.42% from 620); Blue value is 198 (77.73% from 255 or 31.94% from 620); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC9C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC9C6 is #223639. Grayscale: #CECECE. Windows color (decimal): -2242106 or 13027805. OLE color: 13027805.

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

Color convert

RGB 221 201 198 -
CMYK 0 0.09 0.10 0.13
HSL 7.83º 0.25% 0.82% -
HSV(B) 7.83º 0.1% 0.87% -
XYZ 60.9 61.22 62.03 -
YUV 206.64 123.13 138.24 -
System Red Green Blue C M Y K H S L
Decimal 221 201 198 0 0.09 0.10 0.13 7.83 0.25 0.82
Hex DD C9 C6 0 9 A D 8 19 52
Octal 335 311 306 0 11 12 15 10 31 122
Binary 11011101 11001001 11000110 0 1001 1010 1101 1000 11001 1010010

Color Harmonies of #DDC9C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC9C6

Black with #DDC9C6

Text Example


Text Example

White with #DDC9C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC9C6; }

 p { color: rgb(221,201,198); }

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

background-color css

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

 a { background-color: rgb(221,201,198); }

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

border-color css

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

 span { border-color: rgb(221,201,198); }

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