Html Css Color HEX #EFACCD Lavender Pink

📋 copy color: '#EFACCD'

red 239 ◦ green 172 ◦ blue 205

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

Shades of Lavender Pink #EFACCD

Tints of Lavender Pink #EFACCD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.92%

 BLUE value IS 205 (80.47% from 255) = 33.28%

R = 38.8%
G = 27.92%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EFACCD (or 0xEFACCD) is known color: Lavender Pink. HEX triplet: EF, AC and CD. RGB value is (239,172,205). Sum of RGB (Red+Green+Blue) = 239+172+205=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACCD is #105332. Grayscale: #C3C3C3. Windows color (decimal): -1069875 or 13479151. OLE color: 13479151.

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

Color convert

RGB 239 172 205 -
CMYK 0 0.28 0.14 0.06
HSL 330.45º 0.68% 0.81% -
HSV(B) 330.45º 0.28% 0.94% -
XYZ 61.37 52.26 64.61 -
YUV 195.8 133.2 158.82 -
System Red Green Blue C M Y K H S L
Decimal 239 172 205 0 0.28 0.14 0.06 330.45 0.68 0.81
Hex EF AC CD 0 1C E 6 14A 44 51
Octal 357 254 315 0 34 16 6 512 104 121
Binary 11101111 10101100 11001101 0 11100 1110 110 101001010 1000100 1010001

Color Harmonies of #EFACCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACCD

Black with #EFACCD

Text Example


Text Example

White with #EFACCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACCD; }

 p { color: rgb(239,172,205); }

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

background-color css

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

 a { background-color: rgb(239,172,205); }

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

border-color css

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

 span { border-color: rgb(239,172,205); }

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