Html Css Color HEX #EFD1DC Classic Rose

📋 copy color: '#EFD1DC'

red 239 ◦ green 209 ◦ blue 220

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

Shades of Classic Rose #EFD1DC

Tints of Classic Rose #EFD1DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 32.93%

R = 35.78%
G = 31.29%
B = 32.93%

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

#EFD1DC (or 0xEFD1DC) is known color: Classic Rose. HEX triplet: EF, D1 and DC. RGB value is (239,209,220). Sum of RGB (Red+Green+Blue) = 239+209+220=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 209 (82.03% from 255 or 31.29% from 668); Blue value is 220 (86.33% from 255 or 32.93% from 668); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD1DC is #102E23. Grayscale: #DBDBDB. Windows color (decimal): -1060388 or 14471663. OLE color: 14471663.

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

Color convert

RGB 239 209 220 -
CMYK 0 0.13 0.08 0.06
HSL 338º 0.48% 0.88% -
HSV(B) 338º 0.13% 0.94% -
XYZ 71.32 69.12 77.29 -
YUV 219.22 128.44 142.11 -
System Red Green Blue C M Y K H S L
Decimal 239 209 220 0 0.13 0.08 0.06 338 0.48 0.88
Hex EF D1 DC 0 D 8 6 152 30 58
Octal 357 321 334 0 15 10 6 522 60 130
Binary 11101111 11010001 11011100 0 1101 1000 110 101010010 110000 1011000

Color Harmonies of #EFD1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD1DC

Black with #EFD1DC

Text Example


Text Example

White with #EFD1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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