Html Css Color HEX #E6ADB6 Blossom

📋 copy color: '#E6ADB6'

red 230 ◦ green 173 ◦ blue 182

#E6ADB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blossom #E6ADB6

Tints of Blossom #E6ADB6

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 value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#E6ADB6 (or 0xE6ADB6) is known color: 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

RGB 230 173 182 -
CMYK 0 0.25 0.21 0.10
HSL 350.53º 0.53% 0.79% -
HSV(B) 350.53º 0.25% 0.9% -
XYZ 56.02 50.09 50.97 -
YUV 191.07 122.88 155.77 -
System Red Green Blue C M Y K H S L
Decimal 230 173 182 0 0.25 0.21 0.10 350.53 0.53 0.79
Hex E6 AD B6 0 19 15 A 15F 35 4F
Octal 346 255 266 0 31 25 12 537 65 117
Binary 11100110 10101101 10110110 0 11001 10101 1010 101011111 110101 1001111

Color Harmonies of #E6ADB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6ADB6

Black with #E6ADB6

Text Example


Text Example

White with #E6ADB6

Text Example


Text Example

HTML Codes & Css Web 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>