Html Css Color HEX #DDD1D9 Twilight

📋 copy color: '#DDD1D9'

red 221 ◦ green 209 ◦ blue 217

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

Shades of Twilight #DDD1D9

Tints of Twilight #DDD1D9

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.3%

 BLUE value IS 217 (85.16% from 255) = 33.54%

R = 34.16%
G = 32.3%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DDD1D9 (or 0xDDD1D9) is known color: Twilight. HEX triplet: DD, D1 and D9. RGB value is (221,209,217). Sum of RGB (Red+Green+Blue) = 221+209+217=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 209 (82.03% from 255 or 32.30% from 647); Blue value is 217 (85.16% from 255 or 33.54% from 647); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD1D9 is #222E26. Grayscale: #D5D5D5. Windows color (decimal): -2240039 or 14275037. OLE color: 14275037.

HSL color Cylindrical-coordinate representation of color #DDD1D9: hue angle of 320º degrees, saturation: 0.15, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDD1D9 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 209 217 -
CMYK 0 0.05 0.02 0.13
HSL 320º 0.15% 0.84% -
HSV(B) 320º 0.05% 0.87% -
XYZ 65.14 65.98 74.95 -
YUV 213.5 129.98 133.35 -
System Red Green Blue C M Y K H S L
Decimal 221 209 217 0 0.05 0.02 0.13 320 0.15 0.84
Hex DD D1 D9 0 5 2 D 140 F 54
Octal 335 321 331 0 5 2 15 500 17 124
Binary 11011101 11010001 11011001 0 101 10 1101 101000000 1111 1010100

Color Harmonies of #DDD1D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD1D9

Black with #DDD1D9

Text Example


Text Example

White with #DDD1D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD1D9; }

 p { color: rgb(221,209,217); }

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

background-color css

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

 a { background-color: rgb(221,209,217); }

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

border-color css

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

 span { border-color: rgb(221,209,217); }

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