Shades of Twilight #DDBED1
Tints of Twilight #DDBED1
RGB
CMYK
RGB Variations
Color information
#DDBED1 (or 0xDDBED1) is known color: Twilight. HEX triplet: DD, BE and D1. RGB value is (221,190,209). Sum of RGB (Red+Green+Blue) = 221+190+209=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 209 (82.03% from 255 or 33.71% from 620); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBED1 is #22412E. Grayscale: #C9C9C9. Windows color (decimal): -2244911 or 13745885. OLE color: 13745885.
HSL color Cylindrical-coordinate representation of color #DDBED1: hue angle of 323.23º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDBED1 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 209 | - | 
| CMYK | 0 | 0.14 | 0.05 | 0.13 | 
| HSL | 323.23º | 0.31% | 0.81% | - | 
| HSV(B) | 323.23º | 0.14% | 0.87% | - | 
| XYZ | 59.74 | 56.8 | 68.14 | - | 
| YUV | 201.44 | 132.27 | 141.96 | - | 
| System | Red | Green | Blue | C | M | Y | K | H | S | L | 
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 209 | 0 | 0.14 | 0.05 | 0.13 | 323.23 | 0.31 | 0.81 | 
| Hex | DD | BE | D1 | 0 | E | 5 | D | 143 | 1F | 51 | 
| Octal | 335 | 276 | 321 | 0 | 16 | 5 | 15 | 503 | 37 | 121 | 
| Binary | 11011101 | 10111110 | 11010001 | 0 | 1110 | 101 | 1101 | 101000011 | 11111 | 1010001 | 
Color Harmonies of #DDBED1
Complementary color
Monochromatic Colors of #DDBED1
Black with #DDBED1
Text Example
Text Example
White with #DDBED1
Text Example
Text Example
HTML Codes & Css Web design
color css
                <style>
                 p { color: #DDBED1; }
                 p { color: rgb(221,190,209); }
                 H1.HeaderClassName
 {
   color: #DDBED1;
 }
                 .AnyTagClassName
 {
   color: #DDBED1;
 }
                </style>
            
        background-color css
                <style>
                 a { background-color: #DDBED1; }
                 a { background-color: rgb(221,190,209); }
                 div.DivClassName
 {
   background-color: #DDBED1;
 }
                 .BgClassName
 {
   background-color: #DDBED1;
 }
                </style>
            
        border-color css
                <style>
                 span { border-color: #DDBED1; }
                 span { border-color: rgb(221,190,209); }
                 td.TdClassName
 {
   border-color: #DDBED1;
 }
                 .TagClassName
 {
   border-color: #DDBED1;
 }
                </style>