Html Css Color HEX #EBADCF Lavender Pink

📋 copy color: '#EBADCF'

red 235 ◦ green 173 ◦ blue 207

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

Shades of Lavender Pink #EBADCF

Tints of Lavender Pink #EBADCF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.13%

 BLUE value IS 207 (81.25% from 255) = 33.66%

R = 38.21%
G = 28.13%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EBADCF (or 0xEBADCF) is known color: Lavender Pink. HEX triplet: EB, AD and CF. RGB value is (235,173,207). Sum of RGB (Red+Green+Blue) = 235+173+207=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 173 (67.97% from 255 or 28.13% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADCF is #145230. Grayscale: #C3C3C3. Windows color (decimal): -1331761 or 13610475. OLE color: 13610475.

HSL color Cylindrical-coordinate representation of color #EBADCF: hue angle of 327.1º degrees, saturation: 0.61, 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 #EBADCF is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 173 207 -
CMYK 0 0.26 0.12 0.08
HSL 327.1º 0.61% 0.8% -
HSV(B) 327.1º 0.26% 0.92% -
XYZ 60.47 52.05 65.89 -
YUV 195.41 134.54 156.24 -
System Red Green Blue C M Y K H S L
Decimal 235 173 207 0 0.26 0.12 0.08 327.1 0.61 0.8
Hex EB AD CF 0 1A C 8 147 3D 50
Octal 353 255 317 0 32 14 10 507 75 120
Binary 11101011 10101101 11001111 0 11010 1100 1000 101000111 111101 1010000

Color Harmonies of #EBADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBADCF

Black with #EBADCF

Text Example


Text Example

White with #EBADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBADCF; }

 p { color: rgb(235,173,207); }

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

background-color css

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

 a { background-color: rgb(235,173,207); }

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

border-color css

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

 span { border-color: rgb(235,173,207); }

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