#DDAEB6

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

Shades of Blossom #DDAEB6

Tints of Blossom #DDAEB6

Color information

#DDAEB6 (or 0xDDAEB6) is unknown color: approx Blossom. HEX triplet: DD, AE and B6. RGB value is (221,174,182). Sum of RGB (Red+Green+Blue) = 221+174+182=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 182 (71.48% from 255 or 31.54% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAEB6 is #225149. Grayscale: #BCBCBC. Windows color (decimal): -2249034 or 11972317. OLE color: 11972317.

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

Color convert

RGB221174182-
CMYK00.210.180.13
HSL349.79º40.87%77.45%-
HSV(B)349.79º21.27%86.67%-
XYZ53.449.0250.9-
YUV188.96124.07150.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.30%
GREEN value IS 174 (68.36% from 255) = 30.16%
BLUE value IS 182 (71.48% from 255) = 31.54%
R=38.30%
G=30.16%
B=31.54%

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
Decimal22117418200.210.180.13349.7940.8777.45
HexDDAEB601512D15e294d
Octal335256266025221553651115
Binary1101110110101110101101100101011001011011010111101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAEB6; }

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

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

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

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

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

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

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

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