#DDBED3

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

Shades of Twilight #DDBED3

Tints of Twilight #DDBED3

Color information

#DDBED3 (or 0xDDBED3) is unknown color: approx Twilight. HEX triplet: DD, BE and D3. RGB value is (221,190,211). Sum of RGB (Red+Green+Blue) = 221+190+211=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 211 (82.81% from 255 or 33.92% from 622); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBED3 is #22412C. Grayscale: #C9C9C9. Windows color (decimal): -2244909 or 13876957. OLE color: 13876957.

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

Color convert

RGB221190211-
CMYK00.140.050.13
HSL319.35º31.31%80.59%-
HSV(B)319.35º14.03%86.67%-
XYZ59.9956.969.45-
YUV201.66133.27141.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.53%
GREEN value IS 190 (74.61% from 255) = 30.55%
BLUE value IS 211 (82.81% from 255) = 33.92%
R=35.53%
G=30.55%
B=33.92%

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
Decimal22119021100.140.050.13319.3531.3180.59
HexDDBED30E5D13f1f51
Octal33527632301651547737121
Binary110111011011111011010011011101011101100111111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBED3; }

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

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

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

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

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

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

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

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