#DDBECF

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

Shades of Twilight #DDBECF

Tints of Twilight #DDBECF

Color information

#DDBECF (or 0xDDBECF) is unknown color: approx Twilight. HEX triplet: DD, BE and CF. RGB value is (221,190,207). Sum of RGB (Red+Green+Blue) = 221+190+207=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBECF is #224130. Grayscale: #C9C9C9. Windows color (decimal): -2244913 or 13614813. OLE color: 13614813.

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

Color convert

RGB221190207-
CMYK00.140.060.13
HSL327.1º31.31%80.59%-
HSV(B)327.1º14.03%86.67%-
XYZ59.4956.766.84-
YUV201.21131.27142.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.76%
GREEN value IS 190 (74.61% from 255) = 30.74%
BLUE value IS 207 (81.25% from 255) = 33.50%
R=35.76%
G=30.74%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119020700.140.060.13327.131.3180.59
HexDDBECF0E6D1471f51
Octal33527631701661550737121
Binary110111011011111011001111011101101101101000111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBECF; }

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

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

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

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

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

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

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

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