Html Css Color HEX #EDB8B9 Blossom

📋 copy color: '#EDB8B9'

red 237 ◦ green 184 ◦ blue 185

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

Shades of Blossom #EDB8B9

Tints of Blossom #EDB8B9

RGB

 RED value IS 237 (92.97% from 255) = 39.11%

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

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

R = 39.11%
G = 30.36%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EDB8B9 (or 0xEDB8B9) is known color: Blossom. HEX triplet: ED, B8 and B9. RGB value is (237,184,185). Sum of RGB (Red+Green+Blue) = 237+184+185=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 184 (72.27% from 255 or 30.36% from 606); Blue value is 185 (72.66% from 255 or 30.53% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB8B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB8B9 is #124746. Grayscale: #C8C8C8. Windows color (decimal): -1197895 or 12171501. OLE color: 12171501.

HSL color Cylindrical-coordinate representation of color #EDB8B9: hue angle of 358.87º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDB8B9 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 184 185 -
CMYK 0 0.22 0.22 0.07
HSL 358.87º 0.6% 0.83% -
HSV(B) 358.87º 0.22% 0.93% -
XYZ 60.82 55.79 53.46 -
YUV 199.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 237 184 185 0 0.22 0.22 0.07 358.87 0.6 0.83
Hex ED B8 B9 0 16 16 7 167 3C 53
Octal 355 270 271 0 26 26 7 547 74 123
Binary 11101101 10111000 10111001 0 10110 10110 111 101100111 111100 1010011

Color Harmonies of #EDB8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB8B9

Black with #EDB8B9

Text Example


Text Example

White with #EDB8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB8B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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