Html Css Color HEX #D28EBC Lily

📋 copy color: '#D28EBC'

red 210 ◦ green 142 ◦ blue 188

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

Shades of Lily #D28EBC

Tints of Lily #D28EBC

RGB

 RED value IS 210 (82.42% from 255) = 38.89%

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

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

R = 38.89%
G = 26.3%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D28EBC (or 0xD28EBC) is known color: Lily. HEX triplet: D2, 8E and BC. RGB value is (210,142,188). Sum of RGB (Red+Green+Blue) = 210+142+188=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 142 (55.86% from 255 or 26.30% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 210 - color contains mainly: red. Hex color #D28EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28EBC is #2D7143. Grayscale: #A7A7A7. Windows color (decimal): -2978116 or 12357330. OLE color: 12357330.

HSL color Cylindrical-coordinate representation of color #D28EBC: hue angle of 319.41º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D28EBC is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 142 188 -
CMYK 0 0.32 0.10 0.18
HSL 319.41º 0.43% 0.69% -
HSV(B) 319.41º 0.32% 0.82% -
XYZ 45.33 36.68 52.27 -
YUV 167.58 139.53 158.26 -
System Red Green Blue C M Y K H S L
Decimal 210 142 188 0 0.32 0.10 0.18 319.41 0.43 0.69
Hex D2 8E BC 0 20 A 12 13F 2B 45
Octal 322 216 274 0 40 12 22 477 53 105
Binary 11010010 10001110 10111100 0 100000 1010 10010 100111111 101011 1000101

Color Harmonies of #D28EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28EBC

Black with #D28EBC

Text Example


Text Example

White with #D28EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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