#DDAEB3

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

Shades of Blossom #DDAEB3

Tints of Blossom #DDAEB3

Color information

#DDAEB3 (or 0xDDAEB3) is unknown color: approx Blossom. HEX triplet: DD, AE and B3. RGB value is (221,174,179). Sum of RGB (Red+Green+Blue) = 221+174+179=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 179 (70.31% from 255 or 31.18% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAEB3 is #22514C. Grayscale: #BCBCBC. Windows color (decimal): -2249037 or 11775709. OLE color: 11775709.

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

Color convert

RGB221174179-
CMYK00.210.190.13
HSL353.62º40.87%77.45%-
HSV(B)353.62º21.27%86.67%-
XYZ53.0948.949.29-
YUV188.62122.57151.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.50%
GREEN value IS 174 (68.36% from 255) = 30.31%
BLUE value IS 179 (70.31% from 255) = 31.18%
R=38.50%
G=30.31%
B=31.18%

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
Decimal22117417900.210.190.13353.6240.8777.45
HexDDAEB301513D162294d
Octal335256263025231554251115
Binary1101110110101110101100110101011001111011011000101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAEB3; }

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

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

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

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

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

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

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

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