#DDBED2

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

Shades of Twilight #DDBED2

Tints of Twilight #DDBED2

Color information

#DDBED2 (or 0xDDBED2) is unknown color: approx Twilight. HEX triplet: DD, BE and D2. RGB value is (221,190,210). Sum of RGB (Red+Green+Blue) = 221+190+210=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 190 (74.61% from 255 or 30.60% from 621); Blue value is 210 (82.42% from 255 or 33.82% from 621); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBED2 is #22412D. Grayscale: #C9C9C9. Windows color (decimal): -2244910 or 13811421. OLE color: 13811421.

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

Color convert

RGB221190210-
CMYK00.140.050.13
HSL321.29º31.31%80.59%-
HSV(B)321.29º14.03%86.67%-
XYZ59.8756.8568.79-
YUV201.55132.77141.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.59%
GREEN value IS 190 (74.61% from 255) = 30.60%
BLUE value IS 210 (82.42% from 255) = 33.82%
R=35.59%
G=30.60%
B=33.82%

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
Decimal22119021000.140.050.13321.2931.3180.59
HexDDBED20E5D1411f51
Octal33527632201651550137121
Binary110111011011111011010010011101011101101000001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBED2; }

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

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

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

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

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

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

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

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