#DDBFD3

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

Shades of Twilight #DDBFD3

Tints of Twilight #DDBFD3

Color information

#DDBFD3 (or 0xDDBFD3) is unknown color: approx Twilight. HEX triplet: DD, BF and D3. RGB value is (221,191,211). Sum of RGB (Red+Green+Blue) = 221+191+211=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 211 (82.81% from 255 or 33.87% from 623); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFD3 is #22402C. Grayscale: #CACACA. Windows color (decimal): -2244653 or 13877213. OLE color: 13877213.

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

Color convert

RGB221191211-
CMYK00.140.050.13
HSL320º30.61%80.78%-
HSV(B)320º13.57%86.67%-
XYZ60.2157.3469.52-
YUV202.25132.94141.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.47%
GREEN value IS 191 (75% from 255) = 30.66%
BLUE value IS 211 (82.81% from 255) = 33.87%
R=35.47%
G=30.66%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119121100.140.050.1332030.6180.78
HexDDBFD30E5D1401f51
Octal33527732301651550037121
Binary110111011011111111010011011101011101101000000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBFD3; }

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

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

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

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

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

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

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

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