Html Css Color HEX #DDD3DB Snuff

📋 copy color: '#DDD3DB'

red 221 ◦ green 211 ◦ blue 219

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

Shades of Snuff #DDD3DB

Tints of Snuff #DDD3DB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.41%

 BLUE value IS 219 (85.94% from 255) = 33.64%

R = 33.95%
G = 32.41%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DDD3DB (or 0xDDD3DB) is known color: Snuff. HEX triplet: DD, D3 and DB. RGB value is (221,211,219). Sum of RGB (Red+Green+Blue) = 221+211+219=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 211 (82.81% from 255 or 32.41% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD3DB is #222C24. Grayscale: #D6D6D6. Windows color (decimal): -2239525 or 14406621. OLE color: 14406621.

HSL color Cylindrical-coordinate representation of color #DDD3DB: hue angle of 312º degrees, saturation: 0.13, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDD3DB is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 211 219 -
CMYK 0 0.05 0.01 0.13
HSL 312º 0.13% 0.85% -
HSV(B) 312º 0.05% 0.87% -
XYZ 65.9 67.08 76.49 -
YUV 214.9 130.31 132.35 -
System Red Green Blue C M Y K H S L
Decimal 221 211 219 0 0.05 0.01 0.13 312 0.13 0.85
Hex DD D3 DB 0 5 1 D 138 D 55
Octal 335 323 333 0 5 1 15 470 15 125
Binary 11011101 11010011 11011011 0 101 1 1101 100111000 1101 1010101

Color Harmonies of #DDD3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD3DB

Black with #DDD3DB

Text Example


Text Example

White with #DDD3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD3DB; }

 p { color: rgb(221,211,219); }

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

background-color css

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

 a { background-color: rgb(221,211,219); }

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

border-color css

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

 span { border-color: rgb(221,211,219); }

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