#DDAEB5

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

Shades of Blossom #DDAEB5

Tints of Blossom #DDAEB5

Color information

#DDAEB5 (or 0xDDAEB5) is unknown color: approx Blossom. HEX triplet: DD, AE and B5. RGB value is (221,174,181). Sum of RGB (Red+Green+Blue) = 221+174+181=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 181 (71.09% from 255 or 31.42% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAEB5 is #22514A. Grayscale: #BCBCBC. Windows color (decimal): -2249035 or 11906781. OLE color: 11906781.

HSL color Cylindrical-coordinate representation of color #DDAEB5: hue angle of 351.06º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDAEB5 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB221174181-
CMYK00.210.180.13
HSL351.06º40.87%77.45%-
HSV(B)351.06º21.27%86.67%-
XYZ53.348.9850.36-
YUV188.85123.57150.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.37%
GREEN value IS 174 (68.36% from 255) = 30.21%
BLUE value IS 181 (71.09% from 255) = 31.42%
R=38.37%
G=30.21%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117418100.210.180.13351.0640.8777.45
HexDDAEB501512D15f294d
Octal335256265025221553751115
Binary1101110110101110101101010101011001011011010111111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAEB5; }

 p { color: rgb(221,174,181); }

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

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

 a { background-color: rgb(221,174,181); }

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

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

 span { border-color: rgb(221,174,181); }

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