Html Css Color HEX #EFD1DF Classic Rose

📋 copy color: '#EFD1DF'

red 239 ◦ green 209 ◦ blue 223

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

Shades of Classic Rose #EFD1DF

Tints of Classic Rose #EFD1DF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 31.15%

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

R = 35.62%
G = 31.15%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFD1DF (or 0xEFD1DF) is known color: Classic Rose. HEX triplet: EF, D1 and DF. RGB value is (239,209,223). Sum of RGB (Red+Green+Blue) = 239+209+223=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 209 (82.03% from 255 or 31.15% from 671); Blue value is 223 (87.5% from 255 or 33.23% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD1DF is #102E20. Grayscale: #DBDBDB. Windows color (decimal): -1060385 or 14668271. OLE color: 14668271.

HSL color Cylindrical-coordinate representation of color #EFD1DF: hue angle of 332º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFD1DF is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 209 223 -
CMYK 0 0.13 0.07 0.06
HSL 332º 0.48% 0.88% -
HSV(B) 332º 0.13% 0.94% -
XYZ 71.72 69.28 79.4 -
YUV 219.57 129.94 141.86 -
System Red Green Blue C M Y K H S L
Decimal 239 209 223 0 0.13 0.07 0.06 332 0.48 0.88
Hex EF D1 DF 0 D 7 6 14C 30 58
Octal 357 321 337 0 15 7 6 514 60 130
Binary 11101111 11010001 11011111 0 1101 111 110 101001100 110000 1011000

Color Harmonies of #EFD1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD1DF

Black with #EFD1DF

Text Example


Text Example

White with #EFD1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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