#DEA5B5

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

Shades of Blossom #DEA5B5

Tints of Blossom #DEA5B5

Color information

#DEA5B5 (or 0xDEA5B5) is unknown color: approx Blossom. HEX triplet: DE, A5 and B5. RGB value is (222,165,181). Sum of RGB (Red+Green+Blue) = 222+165+181=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 165 (64.84% from 255 or 29.05% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA5B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA5B5 is #215A4A. Grayscale: #B7B7B7. Windows color (decimal): -2185803 or 11904478. OLE color: 11904478.

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

Color convert

RGB222165181-
CMYK00.260.180.13
HSL343.16º46.34%75.88%-
HSV(B)343.16º25.68%87.06%-
XYZ51.9245.7849.82-
YUV183.87126.38155.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.08%
GREEN value IS 165 (64.84% from 255) = 29.05%
BLUE value IS 181 (71.09% from 255) = 31.87%
R=39.08%
G=29.05%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216518100.260.180.13343.1646.3475.88
HexDEA5B501A12D1572e4c
Octal336245265032221552756114
Binary1101111010100101101101010110101001011011010101111011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA5B5; }

 p { color: rgb(222,165,181); }

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

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

 a { background-color: rgb(222,165,181); }

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

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

 span { border-color: rgb(222,165,181); }

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