#DEA6B5

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

Shades of Blossom #DEA6B5

Tints of Blossom #DEA6B5

Color information

#DEA6B5 (or 0xDEA6B5) is unknown color: approx Blossom. HEX triplet: DE, A6 and B5. RGB value is (222,166,181). Sum of RGB (Red+Green+Blue) = 222+166+181=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 166 (65.23% from 255 or 29.17% from 569); Blue value is 181 (71.09% from 255 or 31.81% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA6B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA6B5 is #21594A. Grayscale: #B8B8B8. Windows color (decimal): -2185547 or 11904734. OLE color: 11904734.

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

Color convert

RGB222166181-
CMYK00.250.180.13
HSL343.93º45.9%76.08%-
HSV(B)343.93º25.23%87.06%-
XYZ52.146.1449.88-
YUV184.45126.05154.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.02%
GREEN value IS 166 (65.23% from 255) = 29.17%
BLUE value IS 181 (71.09% from 255) = 31.81%
R=39.02%
G=29.17%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216618100.250.180.13343.9345.976.08
HexDEA6B501912D1582e4c
Octal336246265031221553056114
Binary1101111010100110101101010110011001011011010110001011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA6B5; }

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

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

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

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

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

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

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

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