Html Css Color HEX #EFBED5 Classic Rose

📋 copy color: '#EFBED5'

red 239 ◦ green 190 ◦ blue 213

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

Shades of Classic Rose #EFBED5

Tints of Classic Rose #EFBED5

RGB

 RED value IS 239 (93.75% from 255) = 37.23%

 GREEN value IS 190 (74.61% from 255) = 29.6%

 BLUE value IS 213 (83.59% from 255) = 33.18%

R = 37.23%
G = 29.6%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EFBED5 (or 0xEFBED5) is known color: Classic Rose. HEX triplet: EF, BE and D5. RGB value is (239,190,213). Sum of RGB (Red+Green+Blue) = 239+190+213=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 190 (74.61% from 255 or 29.60% from 642); Blue value is 213 (83.59% from 255 or 33.18% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBED5 is #10412A. Grayscale: #CFCFCF. Windows color (decimal): -1065259 or 14008047. OLE color: 14008047.

HSL color Cylindrical-coordinate representation of color #EFBED5: hue angle of 331.84º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFBED5 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 190 213 -
CMYK 0 0.21 0.11 0.06
HSL 331.84º 0.6% 0.84% -
HSV(B) 331.84º 0.21% 0.94% -
XYZ 66.02 59.98 71.05 -
YUV 207.27 131.23 150.63 -
System Red Green Blue C M Y K H S L
Decimal 239 190 213 0 0.21 0.11 0.06 331.84 0.6 0.84
Hex EF BE D5 0 15 B 6 14C 3C 54
Octal 357 276 325 0 25 13 6 514 74 124
Binary 11101111 10111110 11010101 0 10101 1011 110 101001100 111100 1010100

Color Harmonies of #EFBED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBED5

Black with #EFBED5

Text Example


Text Example

White with #EFBED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBED5; }

 p { color: rgb(239,190,213); }

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

background-color css

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

 a { background-color: rgb(239,190,213); }

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

border-color css

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

 span { border-color: rgb(239,190,213); }

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