Html Css Color HEX #EFD1DD Classic Rose

📋 copy color: '#EFD1DD'

red 239 ◦ green 209 ◦ blue 221

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

Shades of Classic Rose #EFD1DD

Tints of Classic Rose #EFD1DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.03%

R = 35.72%
G = 31.24%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFD1DD (or 0xEFD1DD) is known color: Classic Rose. HEX triplet: EF, D1 and DD. RGB value is (239,209,221). Sum of RGB (Red+Green+Blue) = 239+209+221=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 209 (82.03% from 255 or 31.24% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD1DD is #102E22. Grayscale: #DBDBDB. Windows color (decimal): -1060387 or 14537199. OLE color: 14537199.

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

Color convert

RGB 239 209 221 -
CMYK 0 0.13 0.08 0.06
HSL 336º 0.48% 0.88% -
HSV(B) 336º 0.13% 0.94% -
XYZ 71.45 69.17 77.99 -
YUV 219.34 128.94 142.02 -
System Red Green Blue C M Y K H S L
Decimal 239 209 221 0 0.13 0.08 0.06 336 0.48 0.88
Hex EF D1 DD 0 D 8 6 150 30 58
Octal 357 321 335 0 15 10 6 520 60 130
Binary 11101111 11010001 11011101 0 1101 1000 110 101010000 110000 1011000

Color Harmonies of #EFD1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD1DD

Black with #EFD1DD

Text Example


Text Example

White with #EFD1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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