Html Css Color HEX #EFD1DE Classic Rose

📋 copy color: '#EFD1DE'

red 239 ◦ green 209 ◦ blue 222

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

Shades of Classic Rose #EFD1DE

Tints of Classic Rose #EFD1DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.13%

R = 35.67%
G = 31.19%
B = 33.13%

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

#EFD1DE (or 0xEFD1DE) is known color: Classic Rose. HEX triplet: EF, D1 and DE. RGB value is (239,209,222). Sum of RGB (Red+Green+Blue) = 239+209+222=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 209 (82.03% from 255 or 31.19% from 670); Blue value is 222 (87.11% from 255 or 33.13% from 670); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD1DE is #102E21. Grayscale: #DBDBDB. Windows color (decimal): -1060386 or 14602735. OLE color: 14602735.

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

Color convert

RGB 239 209 222 -
CMYK 0 0.13 0.07 0.06
HSL 334º 0.48% 0.88% -
HSV(B) 334º 0.13% 0.94% -
XYZ 71.58 69.23 78.7 -
YUV 219.45 129.44 141.94 -
System Red Green Blue C M Y K H S L
Decimal 239 209 222 0 0.13 0.07 0.06 334 0.48 0.88
Hex EF D1 DE 0 D 7 6 14E 30 58
Octal 357 321 336 0 15 7 6 516 60 130
Binary 11101111 11010001 11011110 0 1101 111 110 101001110 110000 1011000

Color Harmonies of #EFD1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD1DE

Black with #EFD1DE

Text Example


Text Example

White with #EFD1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD1DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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