#E6ADB6

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

Shades of Blossom #E6ADB6

Tints of Blossom #E6ADB6

Color information

#E6ADB6 (or 0xE6ADB6) is unknown color: approx Blossom. HEX triplet: E6, AD and B6. RGB value is (230,173,182). Sum of RGB (Red+Green+Blue) = 230+173+182=585 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.32% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 182 (71.48% from 255 or 31.11% from 585); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ADB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ADB6 is #195249. Grayscale: #BFBFBF. Windows color (decimal): -1659466 or 11972070. OLE color: 11972070.

HSL color Cylindrical-coordinate representation of color #E6ADB6: hue angle of 350.53º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6ADB6 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB230173182-
CMYK00.250.210.10
HSL350.53º53.27%79.02%-
HSV(B)350.53º24.78%90.2%-
XYZ56.0250.0950.97-
YUV191.07122.88155.77-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.32%
GREEN value IS 173 (67.97% from 255) = 29.57%
BLUE value IS 182 (71.48% from 255) = 31.11%
R=39.32%
G=29.57%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017318200.250.210.10350.5353.2779.02
HexE6ADB601915A15f354f
Octal346255266031251253765117
Binary1110011010101101101101100110011010110101010111111101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ADB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ADB6; }

 p { color: rgb(230,173,182); }

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

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

 a { background-color: rgb(230,173,182); }

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

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

 span { border-color: rgb(230,173,182); }

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