Html Css Color HEX #EAADB4 Blossom

📋 copy color: '#EAADB4'

red 234 ◦ green 173 ◦ blue 180

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

Shades of Blossom #EAADB4

Tints of Blossom #EAADB4

RGB

 RED value IS 234 (91.8% from 255) = 39.86%

 GREEN value IS 173 (67.97% from 255) = 29.47%

 BLUE value IS 180 (70.7% from 255) = 30.66%

R = 39.86%
G = 29.47%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#EAADB4 (or 0xEAADB4) is known color: Blossom. HEX triplet: EA, AD and B4. RGB value is (234,173,180). Sum of RGB (Red+Green+Blue) = 234+173+180=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 180 (70.70% from 255 or 30.66% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAADB4 is #15524B. Grayscale: #C0C0C0. Windows color (decimal): -1397324 or 11841002. OLE color: 11841002.

HSL color Cylindrical-coordinate representation of color #EAADB4: hue angle of 353.11º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAADB4 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 173 180 -
CMYK 0 0.26 0.23 0.08
HSL 353.11º 0.59% 0.8% -
HSV(B) 353.11º 0.26% 0.92% -
XYZ 57.11 50.67 49.95 -
YUV 192.04 121.21 157.93 -
System Red Green Blue C M Y K H S L
Decimal 234 173 180 0 0.26 0.23 0.08 353.11 0.59 0.8
Hex EA AD B4 0 1A 17 8 161 3B 50
Octal 352 255 264 0 32 27 10 541 73 120
Binary 11101010 10101101 10110100 0 11010 10111 1000 101100001 111011 1010000

Color Harmonies of #EAADB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAADB4

Black with #EAADB4

Text Example


Text Example

White with #EAADB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAADB4; }

 p { color: rgb(234,173,180); }

 H1.HeaderClassName
 {
   color: #EAADB4;
 }
 .AnyTagClassName
 {
   color: #EAADB4;
 }
</style>

background-color css

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

 a { background-color: rgb(234,173,180); }

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

border-color css

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

 span { border-color: rgb(234,173,180); }

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