#DEA5B6

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

Shades of Blossom #DEA5B6

Tints of Blossom #DEA5B6

Color information

#DEA5B6 (or 0xDEA5B6) is unknown color: approx Blossom. HEX triplet: DE, A5 and B6. RGB value is (222,165,182). Sum of RGB (Red+Green+Blue) = 222+165+182=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 165 (64.84% from 255 or 29.00% from 569); Blue value is 182 (71.48% from 255 or 31.99% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA5B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA5B6 is #215A49. Grayscale: #B7B7B7. Windows color (decimal): -2185802 or 11970014. OLE color: 11970014.

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

Color convert

RGB222165182-
CMYK00.260.180.13
HSL342.11º46.34%75.88%-
HSV(B)342.11º25.68%87.06%-
XYZ52.0245.8250.36-
YUV183.98126.88155.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.02%
GREEN value IS 165 (64.84% from 255) = 29.00%
BLUE value IS 182 (71.48% from 255) = 31.99%
R=39.02%
G=29.00%
B=31.99%

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
Decimal22216518200.260.180.13342.1146.3475.88
HexDEA5B601A12D1562e4c
Octal336245266032221552656114
Binary1101111010100101101101100110101001011011010101101011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA5B6; }

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

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

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

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

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

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

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

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