Html Css Color HEX #EFB0CC Lavender Pink

📋 copy color: '#EFB0CC'

red 239 ◦ green 176 ◦ blue 204

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

Shades of Lavender Pink #EFB0CC

Tints of Lavender Pink #EFB0CC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.43%

 BLUE value IS 204 (80.08% from 255) = 32.96%

R = 38.61%
G = 28.43%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFB0CC (or 0xEFB0CC) is known color: Lavender Pink. HEX triplet: EF, B0 and CC. RGB value is (239,176,204). Sum of RGB (Red+Green+Blue) = 239+176+204=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 176 (69.14% from 255 or 28.43% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0CC is #104F33. Grayscale: #C5C5C5. Windows color (decimal): -1068852 or 13414639. OLE color: 13414639.

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

Color convert

RGB 239 176 204 -
CMYK 0 0.26 0.15 0.06
HSL 333.33º 0.66% 0.81% -
HSV(B) 333.33º 0.26% 0.94% -
XYZ 62.02 53.76 64.23 -
YUV 198.03 131.37 157.22 -
System Red Green Blue C M Y K H S L
Decimal 239 176 204 0 0.26 0.15 0.06 333.33 0.66 0.81
Hex EF B0 CC 0 1A F 6 14D 42 51
Octal 357 260 314 0 32 17 6 515 102 121
Binary 11101111 10110000 11001100 0 11010 1111 110 101001101 1000010 1010001

Color Harmonies of #EFB0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB0CC

Black with #EFB0CC

Text Example


Text Example

White with #EFB0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB0CC; }

 p { color: rgb(239,176,204); }

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

background-color css

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

 a { background-color: rgb(239,176,204); }

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

border-color css

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

 span { border-color: rgb(239,176,204); }

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