Html Css Color HEX #EFBFD2 Classic Rose

📋 copy color: '#EFBFD2'

red 239 ◦ green 191 ◦ blue 210

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

Shades of Classic Rose #EFBFD2

Tints of Classic Rose #EFBFD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 32.81%

R = 37.34%
G = 29.84%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EFBFD2 (or 0xEFBFD2) is known color: Classic Rose. HEX triplet: EF, BF and D2. RGB value is (239,191,210). Sum of RGB (Red+Green+Blue) = 239+191+210=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 191 (75% from 255 or 29.84% from 640); Blue value is 210 (82.42% from 255 or 32.81% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFD2 is #10402D. Grayscale: #CFCFCF. Windows color (decimal): -1065006 or 13811695. OLE color: 13811695.

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

Color convert

RGB 239 191 210 -
CMYK 0 0.20 0.12 0.06
HSL 336.25º 0.6% 0.84% -
HSV(B) 336.25º 0.2% 0.94% -
XYZ 65.86 60.27 69.13 -
YUV 207.52 129.4 150.46 -
System Red Green Blue C M Y K H S L
Decimal 239 191 210 0 0.20 0.12 0.06 336.25 0.6 0.84
Hex EF BF D2 0 14 C 6 150 3C 54
Octal 357 277 322 0 24 14 6 520 74 124
Binary 11101111 10111111 11010010 0 10100 1100 110 101010000 111100 1010100

Color Harmonies of #EFBFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBFD2

Black with #EFBFD2

Text Example


Text Example

White with #EFBFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBFD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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