#DEA6B1

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

Shades of Blossom #DEA6B1

Tints of Blossom #DEA6B1

Color information

#DEA6B1 (or 0xDEA6B1) is unknown color: approx Blossom. HEX triplet: DE, A6 and B1. RGB value is (222,166,177). Sum of RGB (Red+Green+Blue) = 222+166+177=565 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.29% from 565); Green value is 166 (65.23% from 255 or 29.38% from 565); Blue value is 177 (69.53% from 255 or 31.33% from 565); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA6B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA6B1 is #21594E. Grayscale: #B8B8B8. Windows color (decimal): -2185551 or 11642590. OLE color: 11642590.

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

Color convert

RGB222166177-
CMYK00.250.200.13
HSL348.21º45.9%76.08%-
HSV(B)348.21º25.23%87.06%-
XYZ51.745.9847.74-
YUV184124.05155.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.29%
GREEN value IS 166 (65.23% from 255) = 29.38%
BLUE value IS 177 (69.53% from 255) = 31.33%
R=39.29%
G=29.38%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216617700.250.200.13348.2145.976.08
HexDEA6B101914D15c2e4c
Octal336246261031241553456114
Binary1101111010100110101100010110011010011011010111001011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA6B1; }

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

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

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

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

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

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

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

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