Html Css Color HEX #DDD5DE Snuff

📋 copy color: '#DDD5DE'

red 221 ◦ green 213 ◦ blue 222

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

Shades of Snuff #DDD5DE

Tints of Snuff #DDD5DE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 32.47%

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

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

CMYK

 C value IS 0.00

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDD5DE (or 0xDDD5DE) is known color: Snuff. HEX triplet: DD, D5 and DE. RGB value is (221,213,222). Sum of RGB (Red+Green+Blue) = 221+213+222=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 213 (83.59% from 255 or 32.47% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDD5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD5DE is #222A21. Grayscale: #D8D8D8. Windows color (decimal): -2239010 or 14603741. OLE color: 14603741.

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

Color convert

RGB 221 213 222 -
CMYK 0.00 0.04 0 0.13
HSL 293.33º 0.12% 0.85% -
HSV(B) 293.33º 0.04% 0.87% -
XYZ 66.8 68.23 78.76 -
YUV 216.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 221 213 222 0.00 0.04 0 0.13 293.33 0.12 0.85
Hex DD D5 DE 0 4 0 D 125 C 55
Octal 335 325 336 0 4 0 15 445 14 125
Binary 11011101 11010101 11011110 0 100 0 1101 100100101 1100 1010101

Color Harmonies of #DDD5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD5DE

Black with #DDD5DE

Text Example


Text Example

White with #DDD5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD5DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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