Html Css Color HEX #EFBAD9 Classic Rose

📋 copy color: '#EFBAD9'

red 239 ◦ green 186 ◦ blue 217

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

Shades of Classic Rose #EFBAD9

Tints of Classic Rose #EFBAD9

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.97%

 BLUE value IS 217 (85.16% from 255) = 33.8%

R = 37.23%
G = 28.97%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EFBAD9 (or 0xEFBAD9) is known color: Classic Rose. HEX triplet: EF, BA and D9. RGB value is (239,186,217). Sum of RGB (Red+Green+Blue) = 239+186+217=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 186 (73.05% from 255 or 28.97% from 642); Blue value is 217 (85.16% from 255 or 33.80% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBAD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBAD9 is #104526. Grayscale: #CDCDCD. Windows color (decimal): -1066279 or 14269167. OLE color: 14269167.

HSL color Cylindrical-coordinate representation of color #EFBAD9: hue angle of 324.91º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFBAD9 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 186 217 -
CMYK 0 0.22 0.09 0.06
HSL 324.91º 0.62% 0.83% -
HSV(B) 324.91º 0.22% 0.94% -
XYZ 65.68 58.48 73.47 -
YUV 205.38 134.56 151.98 -
System Red Green Blue C M Y K H S L
Decimal 239 186 217 0 0.22 0.09 0.06 324.91 0.62 0.83
Hex EF BA D9 0 16 9 6 145 3E 53
Octal 357 272 331 0 26 11 6 505 76 123
Binary 11101111 10111010 11011001 0 10110 1001 110 101000101 111110 1010011

Color Harmonies of #EFBAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBAD9

Black with #EFBAD9

Text Example


Text Example

White with #EFBAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBAD9; }

 p { color: rgb(239,186,217); }

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

background-color css

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

 a { background-color: rgb(239,186,217); }

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

border-color css

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

 span { border-color: rgb(239,186,217); }

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