Html Css Color HEX #EFD4E5 Classic Rose

📋 copy color: '#EFD4E5'

red 239 ◦ green 212 ◦ blue 229

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

Shades of Classic Rose #EFD4E5

Tints of Classic Rose #EFD4E5

RGB

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

 GREEN value IS 212 (83.2% from 255) = 31.18%

 BLUE value IS 229 (89.84% from 255) = 33.68%

R = 35.15%
G = 31.18%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EFD4E5 (or 0xEFD4E5) is known color: Classic Rose. HEX triplet: EF, D4 and E5. RGB value is (239,212,229). Sum of RGB (Red+Green+Blue) = 239+212+229=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 212 (83.20% from 255 or 31.18% from 680); Blue value is 229 (89.84% from 255 or 33.68% from 680); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD4E5 is #102B1A. Grayscale: #DDDDDD. Windows color (decimal): -1059611 or 15062255. OLE color: 15062255.

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

Color convert

RGB 239 212 229 -
CMYK 0 0.11 0.04 0.06
HSL 322.22º 0.46% 0.88% -
HSV(B) 322.22º 0.11% 0.94% -
XYZ 73.28 71.09 83.99 -
YUV 222.01 131.95 140.12 -
System Red Green Blue C M Y K H S L
Decimal 239 212 229 0 0.11 0.04 0.06 322.22 0.46 0.88
Hex EF D4 E5 0 B 4 6 142 2E 58
Octal 357 324 345 0 13 4 6 502 56 130
Binary 11101111 11010100 11100101 0 1011 100 110 101000010 101110 1011000

Color Harmonies of #EFD4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD4E5

Black with #EFD4E5

Text Example


Text Example

White with #EFD4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD4E5; }

 p { color: rgb(239,212,229); }

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

background-color css

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

 a { background-color: rgb(239,212,229); }

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

border-color css

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

 span { border-color: rgb(239,212,229); }

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