#DDBDD2

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

Shades of Twilight #DDBDD2

Tints of Twilight #DDBDD2

Color information

#DDBDD2 (or 0xDDBDD2) is unknown color: approx Twilight. HEX triplet: DD, BD and D2. RGB value is (221,189,210). Sum of RGB (Red+Green+Blue) = 221+189+210=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 210 (82.42% from 255 or 33.87% from 620); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDD2 is #22422D. Grayscale: #C8C8C8. Windows color (decimal): -2245166 or 13811165. OLE color: 13811165.

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

Color convert

RGB221189210-
CMYK00.140.050.13
HSL320.62º32%80.39%-
HSV(B)320.62º14.48%86.67%-
XYZ59.6556.4268.72-
YUV200.96133.1142.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.65%
GREEN value IS 189 (74.22% from 255) = 30.48%
BLUE value IS 210 (82.42% from 255) = 33.87%
R=35.65%
G=30.48%
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
Decimal22118921000.140.050.13320.623280.39
HexDDBDD20E5D1412050
Octal33527532201651550140120
Binary1101110110111101110100100111010111011010000011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBDD2; }

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

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

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

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

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

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

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

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