#DDBCD1

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

Shades of Twilight #DDBCD1

Tints of Twilight #DDBCD1

Color information

#DDBCD1 (or 0xDDBCD1) is unknown color: approx Twilight. HEX triplet: DD, BC and D1. RGB value is (221,188,209). Sum of RGB (Red+Green+Blue) = 221+188+209=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 209 (82.03% from 255 or 33.82% from 618); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBCD1 is #22432E. Grayscale: #C8C8C8. Windows color (decimal): -2245423 or 13745373. OLE color: 13745373.

HSL color Cylindrical-coordinate representation of color #DDBCD1: hue angle of 321.82º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDBCD1 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB221188209-
CMYK00.150.050.13
HSL321.82º32.67%80.2%-
HSV(B)321.82º14.93%86.67%-
XYZ59.3155.9467.99-
YUV200.26132.93142.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.76%
GREEN value IS 188 (73.83% from 255) = 30.42%
BLUE value IS 209 (82.03% from 255) = 33.82%
R=35.76%
G=30.42%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118820900.150.050.13321.8232.6780.2
HexDDBCD10F5D1422150
Octal33527432101751550241120
Binary1101110110111100110100010111110111011010000101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBCD1; }

 p { color: rgb(221,188,209); }

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

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

 a { background-color: rgb(221,188,209); }

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

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

 span { border-color: rgb(221,188,209); }

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