Html Css Color HEX #EFB3CE Lavender Pink

📋 copy color: '#EFB3CE'

red 239 ◦ green 179 ◦ blue 206

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

Shades of Lavender Pink #EFB3CE

Tints of Lavender Pink #EFB3CE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.69%

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

R = 38.3%
G = 28.69%
B = 33.01%

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

#EFB3CE (or 0xEFB3CE) is known color: Lavender Pink. HEX triplet: EF, B3 and CE. RGB value is (239,179,206). Sum of RGB (Red+Green+Blue) = 239+179+206=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 179 (70.31% from 255 or 28.69% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB3CE is #104C31. Grayscale: #C7C7C7. Windows color (decimal): -1068082 or 13546479. OLE color: 13546479.

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

Color convert

RGB 239 179 206 -
CMYK 0 0.25 0.14 0.06
HSL 333º 0.65% 0.82% -
HSV(B) 333º 0.25% 0.94% -
XYZ 62.86 55.05 65.7 -
YUV 200.02 131.38 155.8 -
System Red Green Blue C M Y K H S L
Decimal 239 179 206 0 0.25 0.14 0.06 333 0.65 0.82
Hex EF B3 CE 0 19 E 6 14D 41 52
Octal 357 263 316 0 31 16 6 515 101 122
Binary 11101111 10110011 11001110 0 11001 1110 110 101001101 1000001 1010010

Color Harmonies of #EFB3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB3CE

Black with #EFB3CE

Text Example


Text Example

White with #EFB3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB3CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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