Html Css Color HEX #EBAECD Lavender Pink

📋 copy color: '#EBAECD'

red 235 ◦ green 174 ◦ blue 205

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

Shades of Lavender Pink #EBAECD

Tints of Lavender Pink #EBAECD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.34%

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

R = 38.27%
G = 28.34%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EBAECD (or 0xEBAECD) is known color: Lavender Pink. HEX triplet: EB, AE and CD. RGB value is (235,174,205). Sum of RGB (Red+Green+Blue) = 235+174+205=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 174 (68.36% from 255 or 28.34% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAECD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAECD is #145132. Grayscale: #C3C3C3. Windows color (decimal): -1331507 or 13479659. OLE color: 13479659.

HSL color Cylindrical-coordinate representation of color #EBAECD: hue angle of 329.51º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBAECD is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 174 205 -
CMYK 0 0.26 0.13 0.08
HSL 329.51º 0.6% 0.8% -
HSV(B) 329.51º 0.26% 0.92% -
XYZ 60.42 52.34 64.68 -
YUV 195.77 133.21 155.98 -
System Red Green Blue C M Y K H S L
Decimal 235 174 205 0 0.26 0.13 0.08 329.51 0.6 0.8
Hex EB AE CD 0 1A D 8 14A 3C 50
Octal 353 256 315 0 32 15 10 512 74 120
Binary 11101011 10101110 11001101 0 11010 1101 1000 101001010 111100 1010000

Color Harmonies of #EBAECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAECD

Black with #EBAECD

Text Example


Text Example

White with #EBAECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAECD; }

 p { color: rgb(235,174,205); }

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

background-color css

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

 a { background-color: rgb(235,174,205); }

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

border-color css

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

 span { border-color: rgb(235,174,205); }

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