Html Css Color HEX #EFD4E0 Classic Rose

📋 copy color: '#EFD4E0'

red 239 ◦ green 212 ◦ blue 224

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

Shades of Classic Rose #EFD4E0

Tints of Classic Rose #EFD4E0

RGB

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

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

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

R = 35.41%
G = 31.41%
B = 33.19%

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

#EFD4E0 (or 0xEFD4E0) is known color: Classic Rose. HEX triplet: EF, D4 and E0. RGB value is (239,212,224). Sum of RGB (Red+Green+Blue) = 239+212+224=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 212 (83.20% from 255 or 31.41% from 675); Blue value is 224 (87.89% from 255 or 33.19% from 675); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD4E0 is #102B1F. Grayscale: #DDDDDD. Windows color (decimal): -1059616 or 14734575. OLE color: 14734575.

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

Color convert

RGB 239 212 224 -
CMYK 0 0.11 0.06 0.06
HSL 333.33º 0.46% 0.88% -
HSV(B) 333.33º 0.11% 0.94% -
XYZ 72.59 70.82 80.36 -
YUV 221.44 129.45 140.52 -
System Red Green Blue C M Y K H S L
Decimal 239 212 224 0 0.11 0.06 0.06 333.33 0.46 0.88
Hex EF D4 E0 0 B 6 6 14D 2E 58
Octal 357 324 340 0 13 6 6 515 56 130
Binary 11101111 11010100 11100000 0 1011 110 110 101001101 101110 1011000

Color Harmonies of #EFD4E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD4E0

Black with #EFD4E0

Text Example


Text Example

White with #EFD4E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD4E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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