Html Css Color HEX #EFD1E0 Classic Rose

📋 copy color: '#EFD1E0'

red 239 ◦ green 209 ◦ blue 224

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

Shades of Classic Rose #EFD1E0

Tints of Classic Rose #EFD1E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 33.33%

R = 35.57%
G = 31.1%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EFD1E0 (or 0xEFD1E0) is known color: Classic Rose. HEX triplet: EF, D1 and E0. RGB value is (239,209,224). Sum of RGB (Red+Green+Blue) = 239+209+224=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 209 (82.03% from 255 or 31.10% from 672); Blue value is 224 (87.89% from 255 or 33.33% from 672); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD1E0 is #102E1F. Grayscale: #DBDBDB. Windows color (decimal): -1060384 or 14733807. OLE color: 14733807.

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

Color convert

RGB 239 209 224 -
CMYK 0 0.13 0.06 0.06
HSL 330º 0.48% 0.88% -
HSV(B) 330º 0.13% 0.94% -
XYZ 71.85 69.33 80.12 -
YUV 219.68 130.44 141.78 -
System Red Green Blue C M Y K H S L
Decimal 239 209 224 0 0.13 0.06 0.06 330 0.48 0.88
Hex EF D1 E0 0 D 6 6 14A 30 58
Octal 357 321 340 0 15 6 6 512 60 130
Binary 11101111 11010001 11100000 0 1101 110 110 101001010 110000 1011000

Color Harmonies of #EFD1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD1E0

Black with #EFD1E0

Text Example


Text Example

White with #EFD1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD1E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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