Html Css Color HEX #EFBFDF Classic Rose

📋 copy color: '#EFBFDF'

red 239 ◦ green 191 ◦ blue 223

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

Shades of Classic Rose #EFBFDF

Tints of Classic Rose #EFBFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.15%

R = 36.6%
G = 29.25%
B = 34.15%

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

#EFBFDF (or 0xEFBFDF) is known color: Classic Rose. HEX triplet: EF, BF and DF. RGB value is (239,191,223). Sum of RGB (Red+Green+Blue) = 239+191+223=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 191 (75% from 255 or 29.25% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFDF is #104020. Grayscale: #D0D0D0. Windows color (decimal): -1064993 or 14663663. OLE color: 14663663.

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

Color convert

RGB 239 191 223 -
CMYK 0 0.20 0.07 0.06
HSL 320º 0.6% 0.84% -
HSV(B) 320º 0.2% 0.94% -
XYZ 67.55 60.94 78.01 -
YUV 209 135.9 149.4 -
System Red Green Blue C M Y K H S L
Decimal 239 191 223 0 0.20 0.07 0.06 320 0.6 0.84
Hex EF BF DF 0 14 7 6 140 3C 54
Octal 357 277 337 0 24 7 6 500 74 124
Binary 11101111 10111111 11011111 0 10100 111 110 101000000 111100 1010100

Color Harmonies of #EFBFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBFDF

Black with #EFBFDF

Text Example


Text Example

White with #EFBFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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