#DDBECA

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

Shades of Twilight #DDBECA

Tints of Twilight #DDBECA

Color information

#DDBECA (or 0xDDBECA) is unknown color: approx Twilight. HEX triplet: DD, BE and CA. RGB value is (221,190,202). Sum of RGB (Red+Green+Blue) = 221+190+202=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBECA is #224135. Grayscale: #C8C8C8. Windows color (decimal): -2244918 or 13287133. OLE color: 13287133.

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

Color convert

RGB221190202-
CMYK00.140.090.13
HSL336.77º31.31%80.59%-
HSV(B)336.77º14.03%86.67%-
XYZ58.8956.4663.67-
YUV200.64128.77142.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.05%
GREEN value IS 190 (74.61% from 255) = 31.00%
BLUE value IS 202 (79.30% from 255) = 32.95%
R=36.05%
G=31.00%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119020200.140.090.13336.7731.3180.59
HexDDBECA0E9D1511f51
Octal335276312016111552137121
Binary1101110110111110110010100111010011101101010001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBECA; }

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

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

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

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

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

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

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

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