Html Css Color HEX #D28EBF Lily

📋 copy color: '#D28EBF'

red 210 ◦ green 142 ◦ blue 191

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

Shades of Lily #D28EBF

Tints of Lily #D28EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.17%

R = 38.67%
G = 26.15%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D28EBF (or 0xD28EBF) is known color: Lily. HEX triplet: D2, 8E and BF. RGB value is (210,142,191). Sum of RGB (Red+Green+Blue) = 210+142+191=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 142 (55.86% from 255 or 26.15% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 210 - color contains mainly: red. Hex color #D28EBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28EBF is #2D7140. Grayscale: #A7A7A7. Windows color (decimal): -2978113 or 12553938. OLE color: 12553938.

HSL color Cylindrical-coordinate representation of color #D28EBF: hue angle of 316.76º 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 #D28EBF is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 142 191 -
CMYK 0 0.32 0.09 0.18
HSL 316.76º 0.43% 0.69% -
HSV(B) 316.76º 0.32% 0.82% -
XYZ 45.66 36.81 53.99 -
YUV 167.92 141.03 158.02 -
System Red Green Blue C M Y K H S L
Decimal 210 142 191 0 0.32 0.09 0.18 316.76 0.43 0.69
Hex D2 8E BF 0 20 9 12 13D 2B 45
Octal 322 216 277 0 40 11 22 475 53 105
Binary 11010010 10001110 10111111 0 100000 1001 10010 100111101 101011 1000101

Color Harmonies of #D28EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28EBF

Black with #D28EBF

Text Example


Text Example

White with #D28EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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