Html Css Color HEX #EFD5E1 Classic Rose

📋 copy color: '#EFD5E1'

red 239 ◦ green 213 ◦ blue 225

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

Shades of Classic Rose #EFD5E1

Tints of Classic Rose #EFD5E1

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.46%

 BLUE value IS 225 (88.28% from 255) = 33.23%

R = 35.3%
G = 31.46%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EFD5E1 (or 0xEFD5E1) is known color: Classic Rose. HEX triplet: EF, D5 and E1. RGB value is (239,213,225). Sum of RGB (Red+Green+Blue) = 239+213+225=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 213 (83.59% from 255 or 31.46% from 677); Blue value is 225 (88.28% from 255 or 33.23% from 677); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD5E1 is #102A1E. Grayscale: #DEDEDE. Windows color (decimal): -1059359 or 14800367. OLE color: 14800367.

HSL color Cylindrical-coordinate representation of color #EFD5E1: hue angle of 332.31º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFD5E1 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 213 225 -
CMYK 0 0.11 0.06 0.06
HSL 332.31º 0.45% 0.89% -
HSV(B) 332.31º 0.11% 0.94% -
XYZ 72.98 71.38 81.16 -
YUV 222.14 129.61 140.02 -
System Red Green Blue C M Y K H S L
Decimal 239 213 225 0 0.11 0.06 0.06 332.31 0.45 0.89
Hex EF D5 E1 0 B 6 6 14C 2D 59
Octal 357 325 341 0 13 6 6 514 55 131
Binary 11101111 11010101 11100001 0 1011 110 110 101001100 101101 1011001

Color Harmonies of #EFD5E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD5E1

Black with #EFD5E1

Text Example


Text Example

White with #EFD5E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD5E1; }

 p { color: rgb(239,213,225); }

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

background-color css

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

 a { background-color: rgb(239,213,225); }

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

border-color css

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

 span { border-color: rgb(239,213,225); }

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