Html Css Color HEX #EFBFDA Classic Rose

📋 copy color: '#EFBFDA'

red 239 ◦ green 191 ◦ blue 218

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

Shades of Classic Rose #EFBFDA

Tints of Classic Rose #EFBFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.64%

R = 36.88%
G = 29.48%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EFBFDA (or 0xEFBFDA) is known color: Classic Rose. HEX triplet: EF, BF and DA. RGB value is (239,191,218). Sum of RGB (Red+Green+Blue) = 239+191+218=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 191 (75% from 255 or 29.48% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFDA is #104025. Grayscale: #D0D0D0. Windows color (decimal): -1064998 or 14335983. OLE color: 14335983.

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

Color convert

RGB 239 191 218 -
CMYK 0 0.20 0.09 0.06
HSL 326.25º 0.6% 0.84% -
HSV(B) 326.25º 0.2% 0.94% -
XYZ 66.88 60.67 74.52 -
YUV 208.43 133.4 149.8 -
System Red Green Blue C M Y K H S L
Decimal 239 191 218 0 0.20 0.09 0.06 326.25 0.6 0.84
Hex EF BF DA 0 14 9 6 146 3C 54
Octal 357 277 332 0 24 11 6 506 74 124
Binary 11101111 10111111 11011010 0 10100 1001 110 101000110 111100 1010100

Color Harmonies of #EFBFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBFDA

Black with #EFBFDA

Text Example


Text Example

White with #EFBFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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