Html Css Color HEX #DDD4DE Snuff

📋 copy color: '#DDD4DE'

red 221 ◦ green 212 ◦ blue 222

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

Shades of Snuff #DDD4DE

Tints of Snuff #DDD4DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.89%

R = 33.74%
G = 32.37%
B = 33.89%

CMYK

 C value IS 0.00

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDD4DE (or 0xDDD4DE) is known color: Snuff. HEX triplet: DD, D4 and DE. RGB value is (221,212,222). Sum of RGB (Red+Green+Blue) = 221+212+222=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 212 (83.20% from 255 or 32.37% from 655); Blue value is 222 (87.11% from 255 or 33.89% from 655); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDD4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD4DE is #222B21. Grayscale: #D7D7D7. Windows color (decimal): -2239266 or 14603485. OLE color: 14603485.

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

Color convert

RGB 221 212 222 -
CMYK 0.00 0.05 0 0.13
HSL 294º 0.13% 0.85% -
HSV(B) 294º 0.05% 0.87% -
XYZ 66.55 67.73 78.67 -
YUV 215.83 131.48 131.69 -
System Red Green Blue C M Y K H S L
Decimal 221 212 222 0.00 0.05 0 0.13 294 0.13 0.85
Hex DD D4 DE 0 5 0 D 126 D 55
Octal 335 324 336 0 5 0 15 446 15 125
Binary 11011101 11010100 11011110 0 101 0 1101 100100110 1101 1010101

Color Harmonies of #DDD4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD4DE

Black with #DDD4DE

Text Example


Text Example

White with #DDD4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD4DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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