Html Css Color HEX #EFBCD9 Classic Rose

📋 copy color: '#EFBCD9'

red 239 ◦ green 188 ◦ blue 217

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

Shades of Classic Rose #EFBCD9

Tints of Classic Rose #EFBCD9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.19%

 BLUE value IS 217 (85.16% from 255) = 33.7%

R = 37.11%
G = 29.19%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EFBCD9 (or 0xEFBCD9) is known color: Classic Rose. HEX triplet: EF, BC and D9. RGB value is (239,188,217). Sum of RGB (Red+Green+Blue) = 239+188+217=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 188 (73.83% from 255 or 29.19% from 644); Blue value is 217 (85.16% from 255 or 33.70% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCD9 is #104326. Grayscale: #CECECE. Windows color (decimal): -1065767 or 14269679. OLE color: 14269679.

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

Color convert

RGB 239 188 217 -
CMYK 0 0.21 0.09 0.06
HSL 325.88º 0.61% 0.84% -
HSV(B) 325.88º 0.21% 0.94% -
XYZ 66.1 59.33 73.61 -
YUV 206.56 133.9 151.14 -
System Red Green Blue C M Y K H S L
Decimal 239 188 217 0 0.21 0.09 0.06 325.88 0.61 0.84
Hex EF BC D9 0 15 9 6 146 3D 54
Octal 357 274 331 0 25 11 6 506 75 124
Binary 11101111 10111100 11011001 0 10101 1001 110 101000110 111101 1010100

Color Harmonies of #EFBCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBCD9

Black with #EFBCD9

Text Example


Text Example

White with #EFBCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBCD9; }

 p { color: rgb(239,188,217); }

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

background-color css

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

 a { background-color: rgb(239,188,217); }

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

border-color css

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

 span { border-color: rgb(239,188,217); }

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