Html Css Color HEX #DDCCC7 Dust Storm

📋 copy color: '#DDCCC7'

red 221 ◦ green 204 ◦ blue 199

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

Shades of Dust Storm #DDCCC7

Tints of Dust Storm #DDCCC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 31.89%

R = 35.42%
G = 32.69%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DDCCC7 (or 0xDDCCC7) is known color: Dust Storm. HEX triplet: DD, CC and C7. RGB value is (221,204,199). Sum of RGB (Red+Green+Blue) = 221+204+199=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 199 (78.12% from 255 or 31.89% from 624); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCC7 is #223338. Grayscale: #D0D0D0. Windows color (decimal): -2241337 or 13094109. OLE color: 13094109.

HSL color Cylindrical-coordinate representation of color #DDCCC7: hue angle of 13.64º degrees, saturation: 0.24, 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 #DDCCC7 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 204 199 -
CMYK 0 0.08 0.10 0.13
HSL 13.64º 0.24% 0.82% -
HSV(B) 13.64º 0.1% 0.87% -
XYZ 61.72 62.68 62.88 -
YUV 208.51 122.63 136.91 -
System Red Green Blue C M Y K H S L
Decimal 221 204 199 0 0.08 0.10 0.13 13.64 0.24 0.82
Hex DD CC C7 0 8 A D E 18 52
Octal 335 314 307 0 10 12 15 16 30 122
Binary 11011101 11001100 11000111 0 1000 1010 1101 1110 11000 1010010

Color Harmonies of #DDCCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCCC7

Black with #DDCCC7

Text Example


Text Example

White with #DDCCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCCC7; }

 p { color: rgb(221,204,199); }

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

background-color css

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

 a { background-color: rgb(221,204,199); }

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

border-color css

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

 span { border-color: rgb(221,204,199); }

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