Html Css Color HEX #EFAEC8 Cupid

📋 copy color: '#EFAEC8'

red 239 ◦ green 174 ◦ blue 200

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

Shades of Cupid #EFAEC8

Tints of Cupid #EFAEC8

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.38%

 BLUE value IS 200 (78.52% from 255) = 32.63%

R = 38.99%
G = 28.38%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EFAEC8 (or 0xEFAEC8) is known color: Cupid. HEX triplet: EF, AE and C8. RGB value is (239,174,200). Sum of RGB (Red+Green+Blue) = 239+174+200=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 174 (68.36% from 255 or 28.38% from 613); Blue value is 200 (78.52% from 255 or 32.63% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAEC8 is #105137. Grayscale: #C4C4C4. Windows color (decimal): -1069368 or 13151983. OLE color: 13151983.

HSL color Cylindrical-coordinate representation of color #EFAEC8: hue angle of 336º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFAEC8 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 174 200 -
CMYK 0 0.27 0.16 0.06
HSL 336º 0.67% 0.81% -
HSV(B) 336º 0.27% 0.94% -
XYZ 61.16 52.79 61.61 -
YUV 196.4 130.03 158.39 -
System Red Green Blue C M Y K H S L
Decimal 239 174 200 0 0.27 0.16 0.06 336 0.67 0.81
Hex EF AE C8 0 1B 10 6 150 43 51
Octal 357 256 310 0 33 20 6 520 103 121
Binary 11101111 10101110 11001000 0 11011 10000 110 101010000 1000011 1010001

Color Harmonies of #EFAEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAEC8

Black with #EFAEC8

Text Example


Text Example

White with #EFAEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAEC8; }

 p { color: rgb(239,174,200); }

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

background-color css

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

 a { background-color: rgb(239,174,200); }

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

border-color css

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

 span { border-color: rgb(239,174,200); }

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