#DDBDD3

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

Shades of Twilight #DDBDD3

Tints of Twilight #DDBDD3

Color information

#DDBDD3 (or 0xDDBDD3) is unknown color: approx Twilight. HEX triplet: DD, BD and D3. RGB value is (221,189,211). Sum of RGB (Red+Green+Blue) = 221+189+211=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 211 (82.81% from 255 or 33.98% from 621); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDD3 is #22422C. Grayscale: #C9C9C9. Windows color (decimal): -2245165 or 13876701. OLE color: 13876701.

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

Color convert

RGB221189211-
CMYK00.140.050.13
HSL318.75º32%80.39%-
HSV(B)318.75º14.48%86.67%-
XYZ59.7756.4769.38-
YUV201.08133.6142.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.59%
GREEN value IS 189 (74.22% from 255) = 30.43%
BLUE value IS 211 (82.81% from 255) = 33.98%
R=35.59%
G=30.43%
B=33.98%

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
Decimal22118921100.140.050.13318.753280.39
HexDDBDD30E5D13f2050
Octal33527532301651547740120
Binary1101110110111101110100110111010111011001111111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBDD3; }

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

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

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

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

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

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

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

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