Html Css Color HEX #EFBFD8 Classic Rose

📋 copy color: '#EFBFD8'

red 239 ◦ green 191 ◦ blue 216

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

Shades of Classic Rose #EFBFD8

Tints of Classic Rose #EFBFD8

RGB

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

 GREEN value IS 191 (75% from 255) = 29.57%

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

R = 37%
G = 29.57%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EFBFD8 (or 0xEFBFD8) is known color: Classic Rose. HEX triplet: EF, BF and D8. RGB value is (239,191,216). Sum of RGB (Red+Green+Blue) = 239+191+216=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 191 (75% from 255 or 29.57% from 646); Blue value is 216 (84.77% from 255 or 33.44% from 646); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFD8 is #104027. Grayscale: #D0D0D0. Windows color (decimal): -1065000 or 14204911. OLE color: 14204911.

HSL color Cylindrical-coordinate representation of color #EFBFD8: hue angle of 328.75º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFBFD8 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 191 216 -
CMYK 0 0.20 0.10 0.06
HSL 328.75º 0.6% 0.84% -
HSV(B) 328.75º 0.2% 0.94% -
XYZ 66.62 60.57 73.15 -
YUV 208.2 132.4 149.97 -
System Red Green Blue C M Y K H S L
Decimal 239 191 216 0 0.20 0.10 0.06 328.75 0.6 0.84
Hex EF BF D8 0 14 A 6 149 3C 54
Octal 357 277 330 0 24 12 6 511 74 124
Binary 11101111 10111111 11011000 0 10100 1010 110 101001001 111100 1010100

Color Harmonies of #EFBFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBFD8

Black with #EFBFD8

Text Example


Text Example

White with #EFBFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBFD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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