Html Css Color HEX #EFB4CE Lavender Pink

📋 copy color: '#EFB4CE'

red 239 ◦ green 180 ◦ blue 206

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

Shades of Lavender Pink #EFB4CE

Tints of Lavender Pink #EFB4CE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.8%

 BLUE value IS 206 (80.86% from 255) = 32.96%

R = 38.24%
G = 28.8%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EFB4CE (or 0xEFB4CE) is known color: Lavender Pink. HEX triplet: EF, B4 and CE. RGB value is (239,180,206). Sum of RGB (Red+Green+Blue) = 239+180+206=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 180 (70.70% from 255 or 28.8% from 625); Blue value is 206 (80.86% from 255 or 32.96% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB4CE is #104B31. Grayscale: #C8C8C8. Windows color (decimal): -1067826 or 13546735. OLE color: 13546735.

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

Color convert

RGB 239 180 206 -
CMYK 0 0.25 0.14 0.06
HSL 333.56º 0.65% 0.82% -
HSV(B) 333.56º 0.25% 0.94% -
XYZ 63.06 55.45 65.77 -
YUV 200.61 131.05 155.39 -
System Red Green Blue C M Y K H S L
Decimal 239 180 206 0 0.25 0.14 0.06 333.56 0.65 0.82
Hex EF B4 CE 0 19 E 6 14E 41 52
Octal 357 264 316 0 31 16 6 516 101 122
Binary 11101111 10110100 11001110 0 11001 1110 110 101001110 1000001 1010010

Color Harmonies of #EFB4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB4CE

Black with #EFB4CE

Text Example


Text Example

White with #EFB4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB4CE; }

 p { color: rgb(239,180,206); }

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

background-color css

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

 a { background-color: rgb(239,180,206); }

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

border-color css

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

 span { border-color: rgb(239,180,206); }

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