#DDAEB4

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

Shades of Blossom #DDAEB4

Tints of Blossom #DDAEB4

Color information

#DDAEB4 (or 0xDDAEB4) is unknown color: approx Blossom. HEX triplet: DD, AE and B4. RGB value is (221,174,180). Sum of RGB (Red+Green+Blue) = 221+174+180=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 180 (70.70% from 255 or 31.30% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAEB4 is #22514B. Grayscale: #BCBCBC. Windows color (decimal): -2249036 or 11841245. OLE color: 11841245.

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

Color convert

RGB221174180-
CMYK00.210.190.13
HSL352.34º40.87%77.45%-
HSV(B)352.34º21.27%86.67%-
XYZ53.1948.9449.82-
YUV188.74123.07151.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.43%
GREEN value IS 174 (68.36% from 255) = 30.26%
BLUE value IS 180 (70.70% from 255) = 31.30%
R=38.43%
G=30.26%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117418000.210.190.13352.3440.8777.45
HexDDAEB401513D160294d
Octal335256264025231554051115
Binary1101110110101110101101000101011001111011011000001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAEB4; }

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

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

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

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

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

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

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

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