Html Css Color HEX #DDD4DC Snuff

📋 copy color: '#DDD4DC'

red 221 ◦ green 212 ◦ blue 220

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

Shades of Snuff #DDD4DC

Tints of Snuff #DDD4DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.69%

R = 33.84%
G = 32.47%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DDD4DC (or 0xDDD4DC) is known color: Snuff. HEX triplet: DD, D4 and DC. RGB value is (221,212,220). Sum of RGB (Red+Green+Blue) = 221+212+220=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 212 (83.20% from 255 or 32.47% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD4DC is #222B23. Grayscale: #D7D7D7. Windows color (decimal): -2239268 or 14472413. OLE color: 14472413.

HSL color Cylindrical-coordinate representation of color #DDD4DC: hue angle of 306.67º 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 #DDD4DC is Cyan = 0, Magento = 0.04, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 212 220 -
CMYK 0 0.04 0.00 0.13
HSL 306.67º 0.12% 0.85% -
HSV(B) 306.67º 0.04% 0.87% -
XYZ 66.28 67.63 77.27 -
YUV 215.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 221 212 220 0 0.04 0.00 0.13 306.67 0.12 0.85
Hex DD D4 DC 0 4 0 D 133 C 55
Octal 335 324 334 0 4 0 15 463 14 125
Binary 11011101 11010100 11011100 0 100 0 1101 100110011 1100 1010101

Color Harmonies of #DDD4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD4DC

Black with #DDD4DC

Text Example


Text Example

White with #DDD4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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