Html Css Color HEX #EFBEDE Classic Rose

📋 copy color: '#EFBEDE'

red 239 ◦ green 190 ◦ blue 222

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

Shades of Classic Rose #EFBEDE

Tints of Classic Rose #EFBEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.1%

R = 36.71%
G = 29.19%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFBEDE (or 0xEFBEDE) is known color: Classic Rose. HEX triplet: EF, BE and DE. RGB value is (239,190,222). Sum of RGB (Red+Green+Blue) = 239+190+222=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 190 (74.61% from 255 or 29.19% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBEDE is #104121. Grayscale: #D0D0D0. Windows color (decimal): -1065250 or 14597871. OLE color: 14597871.

HSL color Cylindrical-coordinate representation of color #EFBEDE: hue angle of 320.82º 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 #EFBEDE is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 190 222 -
CMYK 0 0.21 0.07 0.06
HSL 320.82º 0.6% 0.84% -
HSV(B) 320.82º 0.21% 0.94% -
XYZ 67.19 60.45 77.23 -
YUV 208.3 135.73 149.9 -
System Red Green Blue C M Y K H S L
Decimal 239 190 222 0 0.21 0.07 0.06 320.82 0.6 0.84
Hex EF BE DE 0 15 7 6 141 3C 54
Octal 357 276 336 0 25 7 6 501 74 124
Binary 11101111 10111110 11011110 0 10101 111 110 101000001 111100 1010100

Color Harmonies of #EFBEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBEDE

Black with #EFBEDE

Text Example


Text Example

White with #EFBEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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