#DDBFD0

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

Shades of Twilight #DDBFD0

Tints of Twilight #DDBFD0

Color information

#DDBFD0 (or 0xDDBFD0) is unknown color: approx Twilight. HEX triplet: DD, BF and D0. RGB value is (221,191,208). Sum of RGB (Red+Green+Blue) = 221+191+208=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 208 (81.64% from 255 or 33.55% from 620); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFD0 is #22402F. Grayscale: #C9C9C9. Windows color (decimal): -2244656 or 13680605. OLE color: 13680605.

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

Color convert

RGB221191208-
CMYK00.140.060.13
HSL326º30.61%80.78%-
HSV(B)326º13.57%86.67%-
XYZ59.8357.1967.56-
YUV201.91131.44141.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.65%
GREEN value IS 191 (75% from 255) = 30.81%
BLUE value IS 208 (81.64% from 255) = 33.55%
R=35.65%
G=30.81%
B=33.55%

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
Decimal22119120800.140.060.1332630.6180.78
HexDDBFD00E6D1461f51
Octal33527732001661550637121
Binary110111011011111111010000011101101101101000110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBFD0; }

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

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

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

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

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

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

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

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