Html Css Color HEX #EFBBD6 Classic Rose

📋 copy color: '#EFBBD6'

red 239 ◦ green 187 ◦ blue 214

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

Shades of Classic Rose #EFBBD6

Tints of Classic Rose #EFBBD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.44%

R = 37.34%
G = 29.22%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EFBBD6 (or 0xEFBBD6) is known color: Classic Rose. HEX triplet: EF, BB and D6. RGB value is (239,187,214). Sum of RGB (Red+Green+Blue) = 239+187+214=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 187 (73.44% from 255 or 29.22% from 640); Blue value is 214 (83.98% from 255 or 33.44% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBD6 is #104429. Grayscale: #CDCDCD. Windows color (decimal): -1066026 or 14072815. OLE color: 14072815.

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

Color convert

RGB 239 187 214 -
CMYK 0 0.22 0.10 0.06
HSL 328.85º 0.62% 0.84% -
HSV(B) 328.85º 0.22% 0.94% -
XYZ 65.5 58.75 71.51 -
YUV 205.63 132.73 151.8 -
System Red Green Blue C M Y K H S L
Decimal 239 187 214 0 0.22 0.10 0.06 328.85 0.62 0.84
Hex EF BB D6 0 16 A 6 149 3E 54
Octal 357 273 326 0 26 12 6 511 76 124
Binary 11101111 10111011 11010110 0 10110 1010 110 101001001 111110 1010100

Color Harmonies of #EFBBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBBD6

Black with #EFBBD6

Text Example


Text Example

White with #EFBBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBBD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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