Html Css Color HEX #EFD4E3 Classic Rose

📋 copy color: '#EFD4E3'

red 239 ◦ green 212 ◦ blue 227

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

Shades of Classic Rose #EFD4E3

Tints of Classic Rose #EFD4E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 33.48%

R = 35.25%
G = 31.27%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EFD4E3 (or 0xEFD4E3) is known color: Classic Rose. HEX triplet: EF, D4 and E3. RGB value is (239,212,227). Sum of RGB (Red+Green+Blue) = 239+212+227=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 212 (83.20% from 255 or 31.27% from 678); Blue value is 227 (89.06% from 255 or 33.48% from 678); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD4E3 is #102B1C. Grayscale: #DDDDDD. Windows color (decimal): -1059613 or 14931183. OLE color: 14931183.

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

Color convert

RGB 239 212 227 -
CMYK 0 0.11 0.05 0.06
HSL 326.67º 0.46% 0.88% -
HSV(B) 326.67º 0.11% 0.94% -
XYZ 73.01 70.98 82.53 -
YUV 221.78 130.95 140.28 -
System Red Green Blue C M Y K H S L
Decimal 239 212 227 0 0.11 0.05 0.06 326.67 0.46 0.88
Hex EF D4 E3 0 B 5 6 147 2E 58
Octal 357 324 343 0 13 5 6 507 56 130
Binary 11101111 11010100 11100011 0 1011 101 110 101000111 101110 1011000

Color Harmonies of #EFD4E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD4E3

Black with #EFD4E3

Text Example


Text Example

White with #EFD4E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD4E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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