#DEA5B4

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

Shades of Blossom #DEA5B4

Tints of Blossom #DEA5B4

Color information

#DEA5B4 (or 0xDEA5B4) is unknown color: approx Blossom. HEX triplet: DE, A5 and B4. RGB value is (222,165,180). Sum of RGB (Red+Green+Blue) = 222+165+180=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 165 (64.84% from 255 or 29.10% from 567); Blue value is 180 (70.70% from 255 or 31.75% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA5B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA5B4 is #215A4B. Grayscale: #B7B7B7. Windows color (decimal): -2185804 or 11838942. OLE color: 11838942.

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

Color convert

RGB222165180-
CMYK00.260.190.13
HSL344.21º46.34%75.88%-
HSV(B)344.21º25.68%87.06%-
XYZ51.8245.7449.28-
YUV183.75125.88155.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.15%
GREEN value IS 165 (64.84% from 255) = 29.10%
BLUE value IS 180 (70.70% from 255) = 31.75%
R=39.15%
G=29.10%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216518000.260.190.13344.2146.3475.88
HexDEA5B401A13D1582e4c
Octal336245264032231553056114
Binary1101111010100101101101000110101001111011010110001011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA5B4; }

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

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

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

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

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

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

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

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