#DDBECD

Color #DDBECD Twilight (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twilight #DDBECD

Tints of Twilight #DDBECD

Color information

#DDBECD (or 0xDDBECD) is unknown color: approx Twilight. HEX triplet: DD, BE and CD. RGB value is (221,190,205). Sum of RGB (Red+Green+Blue) = 221+190+205=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBECD is #224132. Grayscale: #C8C8C8. Windows color (decimal): -2244915 or 13483741. OLE color: 13483741.

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

Color convert

RGB221190205-
CMYK00.140.070.13
HSL330.97º31.31%80.59%-
HSV(B)330.97º14.03%86.67%-
XYZ59.2556.6165.56-
YUV200.98130.27142.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.88%
GREEN value IS 190 (74.61% from 255) = 30.84%
BLUE value IS 205 (80.47% from 255) = 33.28%
R=35.88%
G=30.84%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119020500.140.070.13330.9731.3180.59
HexDDBECD0E7D14b1f51
Octal33527631501671551337121
Binary110111011011111011001101011101111101101001011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBECD; }

 p { color: rgb(221,190,205); }

 H1.HeaderClassName
 {
   color: #DDBECD;
 }
 .AnyTagClassName
 {
   color: #DDBECD;
 }
</style>
background-color css

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

 a { background-color: rgb(221,190,205); }

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

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

 span { border-color: rgb(221,190,205); }

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