Html Css Color HEX #D48EBC Lily

📋 copy color: '#D48EBC'

red 212 ◦ green 142 ◦ blue 188

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

Shades of Lily #D48EBC

Tints of Lily #D48EBC

RGB

 RED value IS 212 (83.2% from 255) = 39.11%

 GREEN value IS 142 (55.86% from 255) = 26.2%

 BLUE value IS 188 (73.83% from 255) = 34.69%

R = 39.11%
G = 26.2%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D48EBC (or 0xD48EBC) is known color: Lily. HEX triplet: D4, 8E and BC. RGB value is (212,142,188). Sum of RGB (Red+Green+Blue) = 212+142+188=542 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.11% from 542); Green value is 142 (55.86% from 255 or 26.20% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 212 - color contains mainly: red. Hex color #D48EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48EBC is #2B7143. Grayscale: #A8A8A8. Windows color (decimal): -2847044 or 12357332. OLE color: 12357332.

HSL color Cylindrical-coordinate representation of color #D48EBC: hue angle of 320.57º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D48EBC is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 142 188 -
CMYK 0 0.33 0.11 0.17
HSL 320.57º 0.45% 0.69% -
HSV(B) 320.57º 0.33% 0.83% -
XYZ 45.9 36.97 52.29 -
YUV 168.17 139.19 159.26 -
System Red Green Blue C M Y K H S L
Decimal 212 142 188 0 0.33 0.11 0.17 320.57 0.45 0.69
Hex D4 8E BC 0 21 B 11 141 2D 45
Octal 324 216 274 0 41 13 21 501 55 105
Binary 11010100 10001110 10111100 0 100001 1011 10001 101000001 101101 1000101

Color Harmonies of #D48EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48EBC

Black with #D48EBC

Text Example


Text Example

White with #D48EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48EBC; }

 p { color: rgb(212,142,188); }

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

background-color css

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

 a { background-color: rgb(212,142,188); }

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

border-color css

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

 span { border-color: rgb(212,142,188); }

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