Html Css Color HEX #EFD5E0 Classic Rose

📋 copy color: '#EFD5E0'

red 239 ◦ green 213 ◦ blue 224

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

Shades of Classic Rose #EFD5E0

Tints of Classic Rose #EFD5E0

RGB

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

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

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

R = 35.36%
G = 31.51%
B = 33.14%

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

#EFD5E0 (or 0xEFD5E0) is known color: Classic Rose. HEX triplet: EF, D5 and E0. RGB value is (239,213,224). Sum of RGB (Red+Green+Blue) = 239+213+224=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 213 (83.59% from 255 or 31.51% from 676); Blue value is 224 (87.89% from 255 or 33.14% from 676); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD5E0 is #102A1F. Grayscale: #DEDEDE. Windows color (decimal): -1059360 or 14734831. OLE color: 14734831.

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

Color convert

RGB 239 213 224 -
CMYK 0 0.11 0.06 0.06
HSL 334.62º 0.45% 0.89% -
HSV(B) 334.62º 0.11% 0.94% -
XYZ 72.85 71.32 80.45 -
YUV 222.03 129.11 140.11 -
System Red Green Blue C M Y K H S L
Decimal 239 213 224 0 0.11 0.06 0.06 334.62 0.45 0.89
Hex EF D5 E0 0 B 6 6 14F 2D 59
Octal 357 325 340 0 13 6 6 517 55 131
Binary 11101111 11010101 11100000 0 1011 110 110 101001111 101101 1011001

Color Harmonies of #EFD5E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD5E0

Black with #EFD5E0

Text Example


Text Example

White with #EFD5E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD5E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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