#DDBFCA

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

Shades of Twilight #DDBFCA

Tints of Twilight #DDBFCA

Color information

#DDBFCA (or 0xDDBFCA) is unknown color: approx Twilight. HEX triplet: DD, BF and CA. RGB value is (221,191,202). Sum of RGB (Red+Green+Blue) = 221+191+202=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 191 (75% from 255 or 31.11% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFCA is #224035. Grayscale: #C9C9C9. Windows color (decimal): -2244662 or 13287389. OLE color: 13287389.

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

Color convert

RGB221191202-
CMYK00.140.090.13
HSL338º30.61%80.78%-
HSV(B)338º13.57%86.67%-
XYZ59.1156.963.74-
YUV201.22128.44142.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.99%
GREEN value IS 191 (75% from 255) = 31.11%
BLUE value IS 202 (79.30% from 255) = 32.90%
R=35.99%
G=31.11%
B=32.90%

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
Decimal22119120200.140.090.1333830.6180.78
HexDDBFCA0E9D1521f51
Octal335277312016111552237121
Binary1101110110111111110010100111010011101101010010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBFCA; }

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

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

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

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

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

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

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

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