Html Css Color HEX #DDD2DF Snuff

📋 copy color: '#DDD2DF'

red 221 ◦ green 210 ◦ blue 223

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

Shades of Snuff #DDD2DF

Tints of Snuff #DDD2DF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.11%

 BLUE value IS 223 (87.5% from 255) = 34.1%

R = 33.79%
G = 32.11%
B = 34.1%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDD2DF (or 0xDDD2DF) is known color: Snuff. HEX triplet: DD, D2 and DF. RGB value is (221,210,223). Sum of RGB (Red+Green+Blue) = 221+210+223=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 210 (82.42% from 255 or 32.11% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDD2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD2DF is #222D20. Grayscale: #D6D6D6. Windows color (decimal): -2239777 or 14668509. OLE color: 14668509.

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

Color convert

RGB 221 210 223 -
CMYK 0.01 0.06 0 0.13
HSL 290.77º 0.17% 0.85% -
HSV(B) 290.77º 0.06% 0.87% -
XYZ 66.18 66.79 79.22 -
YUV 214.77 132.64 132.44 -
System Red Green Blue C M Y K H S L
Decimal 221 210 223 0.01 0.06 0 0.13 290.77 0.17 0.85
Hex DD D2 DF 1 6 0 D 123 11 55
Octal 335 322 337 1 6 0 15 443 21 125
Binary 11011101 11010010 11011111 1 110 0 1101 100100011 10001 1010101

Color Harmonies of #DDD2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD2DF

Black with #DDD2DF

Text Example


Text Example

White with #DDD2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD2DF; }

 p { color: rgb(221,210,223); }

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

background-color css

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

 a { background-color: rgb(221,210,223); }

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

border-color css

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

 span { border-color: rgb(221,210,223); }

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