Html Css Color HEX #EFBADC Classic Rose

📋 copy color: '#EFBADC'

red 239 ◦ green 186 ◦ blue 220

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

Shades of Classic Rose #EFBADC

Tints of Classic Rose #EFBADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.11%

R = 37.05%
G = 28.84%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFBADC (or 0xEFBADC) is known color: Classic Rose. HEX triplet: EF, BA and DC. RGB value is (239,186,220). Sum of RGB (Red+Green+Blue) = 239+186+220=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 186 (73.05% from 255 or 28.84% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBADC is #104523. Grayscale: #CDCDCD. Windows color (decimal): -1066276 or 14465775. OLE color: 14465775.

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

Color convert

RGB 239 186 220 -
CMYK 0 0.22 0.08 0.06
HSL 321.51º 0.62% 0.83% -
HSV(B) 321.51º 0.22% 0.94% -
XYZ 66.07 58.64 75.55 -
YUV 205.72 136.06 151.74 -
System Red Green Blue C M Y K H S L
Decimal 239 186 220 0 0.22 0.08 0.06 321.51 0.62 0.83
Hex EF BA DC 0 16 8 6 142 3E 53
Octal 357 272 334 0 26 10 6 502 76 123
Binary 11101111 10111010 11011100 0 10110 1000 110 101000010 111110 1010011

Color Harmonies of #EFBADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBADC

Black with #EFBADC

Text Example


Text Example

White with #EFBADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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