Html Css Color HEX #EFBBDC Classic Rose

📋 copy color: '#EFBBDC'

red 239 ◦ green 187 ◦ blue 220

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

Shades of Classic Rose #EFBBDC

Tints of Classic Rose #EFBBDC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.95%

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

R = 37%
G = 28.95%
B = 34.06%

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

#EFBBDC (or 0xEFBBDC) is known color: Classic Rose. HEX triplet: EF, BB and DC. RGB value is (239,187,220). Sum of RGB (Red+Green+Blue) = 239+187+220=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 187 (73.44% from 255 or 28.95% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBDC is #104423. Grayscale: #CECECE. Windows color (decimal): -1066020 or 14466031. OLE color: 14466031.

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

Color convert

RGB 239 187 220 -
CMYK 0 0.22 0.08 0.06
HSL 321.92º 0.62% 0.84% -
HSV(B) 321.92º 0.22% 0.94% -
XYZ 66.29 59.06 75.62 -
YUV 206.31 135.73 151.32 -
System Red Green Blue C M Y K H S L
Decimal 239 187 220 0 0.22 0.08 0.06 321.92 0.62 0.84
Hex EF BB DC 0 16 8 6 142 3E 54
Octal 357 273 334 0 26 10 6 502 76 124
Binary 11101111 10111011 11011100 0 10110 1000 110 101000010 111110 1010100

Color Harmonies of #EFBBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBBDC

Black with #EFBBDC

Text Example


Text Example

White with #EFBBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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