Html Css Color HEX #DDD4DB Snuff

📋 copy color: '#DDD4DB'

red 221 ◦ green 212 ◦ blue 219

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

Shades of Snuff #DDD4DB

Tints of Snuff #DDD4DB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.52%

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

R = 33.9%
G = 32.52%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DDD4DB (or 0xDDD4DB) is known color: Snuff. HEX triplet: DD, D4 and DB. RGB value is (221,212,219). Sum of RGB (Red+Green+Blue) = 221+212+219=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 212 (83.20% from 255 or 32.52% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD4DB is #222B24. Grayscale: #D7D7D7. Windows color (decimal): -2239269 or 14406877. OLE color: 14406877.

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

Color convert

RGB 221 212 219 -
CMYK 0 0.04 0.01 0.13
HSL 313.33º 0.12% 0.85% -
HSV(B) 313.33º 0.04% 0.87% -
XYZ 66.15 67.57 76.57 -
YUV 215.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 221 212 219 0 0.04 0.01 0.13 313.33 0.12 0.85
Hex DD D4 DB 0 4 1 D 139 C 55
Octal 335 324 333 0 4 1 15 471 14 125
Binary 11011101 11010100 11011011 0 100 1 1101 100111001 1100 1010101

Color Harmonies of #DDD4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD4DB

Black with #DDD4DB

Text Example


Text Example

White with #DDD4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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