#DDBBD0

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

Shades of Twilight #DDBBD0

Tints of Twilight #DDBBD0

Color information

#DDBBD0 (or 0xDDBBD0) is unknown color: approx Twilight. HEX triplet: DD, BB and D0. RGB value is (221,187,208). Sum of RGB (Red+Green+Blue) = 221+187+208=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 208 (81.64% from 255 or 33.77% from 616); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBD0 is #22442F. Grayscale: #C7C7C7. Windows color (decimal): -2245680 or 13679581. OLE color: 13679581.

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

Color convert

RGB221187208-
CMYK00.150.060.13
HSL322.94º33.33%80%-
HSV(B)322.94º15.38%86.67%-
XYZ58.9755.4767.27-
YUV199.56132.76143.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.88%
GREEN value IS 187 (73.44% from 255) = 30.36%
BLUE value IS 208 (81.64% from 255) = 33.77%
R=35.88%
G=30.36%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118720800.150.060.13322.9433.3380
HexDDBBD00F6D1432150
Octal33527332001761550341120
Binary1101110110111011110100000111111011011010000111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBD0; }

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

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

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

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

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

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

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

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