Html Css Color HEX #EFBBDD Classic Rose

📋 copy color: '#EFBBDD'

red 239 ◦ green 187 ◦ blue 221

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

Shades of Classic Rose #EFBBDD

Tints of Classic Rose #EFBBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.16%

R = 36.94%
G = 28.9%
B = 34.16%

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

#EFBBDD (or 0xEFBBDD) is known color: Classic Rose. HEX triplet: EF, BB and DD. RGB value is (239,187,221). Sum of RGB (Red+Green+Blue) = 239+187+221=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 187 (73.44% from 255 or 28.90% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBDD is #104422. Grayscale: #CECECE. Windows color (decimal): -1066019 or 14531567. OLE color: 14531567.

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

Color convert

RGB 239 187 221 -
CMYK 0 0.22 0.08 0.06
HSL 320.77º 0.62% 0.84% -
HSV(B) 320.77º 0.22% 0.94% -
XYZ 66.42 59.11 76.32 -
YUV 206.42 136.23 151.24 -
System Red Green Blue C M Y K H S L
Decimal 239 187 221 0 0.22 0.08 0.06 320.77 0.62 0.84
Hex EF BB DD 0 16 8 6 141 3E 54
Octal 357 273 335 0 26 10 6 501 76 124
Binary 11101111 10111011 11011101 0 10110 1000 110 101000001 111110 1010100

Color Harmonies of #EFBBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBBDD

Black with #EFBBDD

Text Example


Text Example

White with #EFBBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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