Html Css Color HEX #EBB4CE Lavender Pink

📋 copy color: '#EBB4CE'

red 235 ◦ green 180 ◦ blue 206

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

Shades of Lavender Pink #EBB4CE

Tints of Lavender Pink #EBB4CE

RGB

 RED value IS 235 (92.19% from 255) = 37.84%

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

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

R = 37.84%
G = 28.99%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EBB4CE (or 0xEBB4CE) is known color: Lavender Pink. HEX triplet: EB, B4 and CE. RGB value is (235,180,206). Sum of RGB (Red+Green+Blue) = 235+180+206=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 180 (70.70% from 255 or 28.99% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB4CE is #144B31. Grayscale: #C7C7C7. Windows color (decimal): -1329970 or 13546731. OLE color: 13546731.

HSL color Cylindrical-coordinate representation of color #EBB4CE: hue angle of 331.64º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBB4CE is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 180 206 -
CMYK 0 0.23 0.12 0.08
HSL 331.64º 0.58% 0.81% -
HSV(B) 331.64º 0.23% 0.92% -
XYZ 61.72 54.76 65.71 -
YUV 199.41 131.72 153.39 -
System Red Green Blue C M Y K H S L
Decimal 235 180 206 0 0.23 0.12 0.08 331.64 0.58 0.81
Hex EB B4 CE 0 17 C 8 14C 3A 51
Octal 353 264 316 0 27 14 10 514 72 121
Binary 11101011 10110100 11001110 0 10111 1100 1000 101001100 111010 1010001

Color Harmonies of #EBB4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB4CE

Black with #EBB4CE

Text Example


Text Example

White with #EBB4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB4CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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