Html Css Color HEX #EFBCD8 Classic Rose

📋 copy color: '#EFBCD8'

red 239 ◦ green 188 ◦ blue 216

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

Shades of Classic Rose #EFBCD8

Tints of Classic Rose #EFBCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 33.59%

R = 37.17%
G = 29.24%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EFBCD8 (or 0xEFBCD8) is known color: Classic Rose. HEX triplet: EF, BC and D8. RGB value is (239,188,216). Sum of RGB (Red+Green+Blue) = 239+188+216=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 188 (73.83% from 255 or 29.24% from 643); Blue value is 216 (84.77% from 255 or 33.59% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCD8 is #104327. Grayscale: #CECECE. Windows color (decimal): -1065768 or 14204143. OLE color: 14204143.

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

Color convert

RGB 239 188 216 -
CMYK 0 0.21 0.10 0.06
HSL 327.06º 0.61% 0.84% -
HSV(B) 327.06º 0.21% 0.94% -
XYZ 65.97 59.28 72.93 -
YUV 206.44 133.4 151.22 -
System Red Green Blue C M Y K H S L
Decimal 239 188 216 0 0.21 0.10 0.06 327.06 0.61 0.84
Hex EF BC D8 0 15 A 6 147 3D 54
Octal 357 274 330 0 25 12 6 507 75 124
Binary 11101111 10111100 11011000 0 10101 1010 110 101000111 111101 1010100

Color Harmonies of #EFBCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBCD8

Black with #EFBCD8

Text Example


Text Example

White with #EFBCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBCD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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