Html Css Color HEX #EFBFDE Classic Rose

📋 copy color: '#EFBFDE'

red 239 ◦ green 191 ◦ blue 222

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

Shades of Classic Rose #EFBFDE

Tints of Classic Rose #EFBFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.05%

R = 36.66%
G = 29.29%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFBFDE (or 0xEFBFDE) is known color: Classic Rose. HEX triplet: EF, BF and DE. RGB value is (239,191,222). Sum of RGB (Red+Green+Blue) = 239+191+222=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 191 (75% from 255 or 29.29% from 652); Blue value is 222 (87.11% from 255 or 34.05% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFDE is #104021. Grayscale: #D0D0D0. Windows color (decimal): -1064994 or 14598127. OLE color: 14598127.

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

Color convert

RGB 239 191 222 -
CMYK 0 0.20 0.07 0.06
HSL 321.25º 0.6% 0.84% -
HSV(B) 321.25º 0.2% 0.94% -
XYZ 67.41 60.89 77.31 -
YUV 208.89 135.4 149.48 -
System Red Green Blue C M Y K H S L
Decimal 239 191 222 0 0.20 0.07 0.06 321.25 0.6 0.84
Hex EF BF DE 0 14 7 6 141 3C 54
Octal 357 277 336 0 24 7 6 501 74 124
Binary 11101111 10111111 11011110 0 10100 111 110 101000001 111100 1010100

Color Harmonies of #EFBFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBFDE

Black with #EFBFDE

Text Example


Text Example

White with #EFBFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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