Html Css Color HEX #EBB8B9 Blossom

📋 copy color: '#EBB8B9'

red 235 ◦ green 184 ◦ blue 185

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

Shades of Blossom #EBB8B9

Tints of Blossom #EBB8B9

RGB

 RED value IS 235 (92.19% from 255) = 38.91%

 GREEN value IS 184 (72.27% from 255) = 30.46%

 BLUE value IS 185 (72.66% from 255) = 30.63%

R = 38.91%
G = 30.46%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EBB8B9 (or 0xEBB8B9) is known color: Blossom. HEX triplet: EB, B8 and B9. RGB value is (235,184,185). Sum of RGB (Red+Green+Blue) = 235+184+185=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 184 (72.27% from 255 or 30.46% from 604); Blue value is 185 (72.66% from 255 or 30.63% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB8B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB8B9 is #144746. Grayscale: #C7C7C7. Windows color (decimal): -1328967 or 12171499. OLE color: 12171499.

HSL color Cylindrical-coordinate representation of color #EBB8B9: hue angle of 358.82º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBB8B9 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 184 185 -
CMYK 0 0.22 0.21 0.08
HSL 358.82º 0.56% 0.82% -
HSV(B) 358.82º 0.22% 0.92% -
XYZ 60.16 55.45 53.43 -
YUV 199.36 119.9 153.42 -
System Red Green Blue C M Y K H S L
Decimal 235 184 185 0 0.22 0.21 0.08 358.82 0.56 0.82
Hex EB B8 B9 0 16 15 8 167 38 52
Octal 353 270 271 0 26 25 10 547 70 122
Binary 11101011 10111000 10111001 0 10110 10101 1000 101100111 111000 1010010

Color Harmonies of #EBB8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB8B9

Black with #EBB8B9

Text Example


Text Example

White with #EBB8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB8B9; }

 p { color: rgb(235,184,185); }

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

background-color css

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

 a { background-color: rgb(235,184,185); }

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

border-color css

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

 span { border-color: rgb(235,184,185); }

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