#DDBED0

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

Shades of Twilight #DDBED0

Tints of Twilight #DDBED0

Color information

#DDBED0 (or 0xDDBED0) is unknown color: approx Twilight. HEX triplet: DD, BE and D0. RGB value is (221,190,208). Sum of RGB (Red+Green+Blue) = 221+190+208=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 190 (74.61% from 255 or 30.69% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBED0 is #22412F. Grayscale: #C9C9C9. Windows color (decimal): -2244912 or 13680349. OLE color: 13680349.

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

Color convert

RGB221190208-
CMYK00.140.060.13
HSL325.16º31.31%80.59%-
HSV(B)325.16º14.03%86.67%-
XYZ59.6256.7567.49-
YUV201.32131.77142.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.70%
GREEN value IS 190 (74.61% from 255) = 30.69%
BLUE value IS 208 (81.64% from 255) = 33.60%
R=35.70%
G=30.69%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119020800.140.060.13325.1631.3180.59
HexDDBED00E6D1451f51
Octal33527632001661550537121
Binary110111011011111011010000011101101101101000101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBED0; }

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

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

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

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

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

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

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

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