Html Css Color HEX #EFB9DC Classic Rose

📋 copy color: '#EFB9DC'

red 239 ◦ green 185 ◦ blue 220

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

Shades of Classic Rose #EFB9DC

Tints of Classic Rose #EFB9DC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.73%

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

R = 37.11%
G = 28.73%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFB9DC (or 0xEFB9DC) is known color: Classic Rose. HEX triplet: EF, B9 and DC. RGB value is (239,185,220). Sum of RGB (Red+Green+Blue) = 239+185+220=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 185 (72.66% from 255 or 28.73% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB9DC is #104623. Grayscale: #CDCDCD. Windows color (decimal): -1066532 or 14465519. OLE color: 14465519.

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

Color convert

RGB 239 185 220 -
CMYK 0 0.23 0.08 0.06
HSL 321.11º 0.63% 0.83% -
HSV(B) 321.11º 0.23% 0.94% -
XYZ 65.86 58.22 75.48 -
YUV 205.14 136.39 152.15 -
System Red Green Blue C M Y K H S L
Decimal 239 185 220 0 0.23 0.08 0.06 321.11 0.63 0.83
Hex EF B9 DC 0 17 8 6 141 3F 53
Octal 357 271 334 0 27 10 6 501 77 123
Binary 11101111 10111001 11011100 0 10111 1000 110 101000001 111111 1010011

Color Harmonies of #EFB9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB9DC

Black with #EFB9DC

Text Example


Text Example

White with #EFB9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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