Html Css Color HEX #D38EBF Lily

📋 copy color: '#D38EBF'

red 211 ◦ green 142 ◦ blue 191

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

Shades of Lily #D38EBF

Tints of Lily #D38EBF

RGB

 RED value IS 211 (82.81% from 255) = 38.79%

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

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

R = 38.79%
G = 26.1%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D38EBF (or 0xD38EBF) is known color: Lily. HEX triplet: D3, 8E and BF. RGB value is (211,142,191). Sum of RGB (Red+Green+Blue) = 211+142+191=544 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.79% from 544); Green value is 142 (55.86% from 255 or 26.10% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 211 - color contains mainly: red. Hex color #D38EBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38EBF is #2C7140. Grayscale: #A8A8A8. Windows color (decimal): -2912577 or 12553939. OLE color: 12553939.

HSL color Cylindrical-coordinate representation of color #D38EBF: hue angle of 317.39º degrees, saturation: 0.44, 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 #D38EBF is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 142 191 -
CMYK 0 0.33 0.09 0.17
HSL 317.39º 0.44% 0.69% -
HSV(B) 317.39º 0.33% 0.83% -
XYZ 45.94 36.96 54 -
YUV 168.22 140.86 158.52 -
System Red Green Blue C M Y K H S L
Decimal 211 142 191 0 0.33 0.09 0.17 317.39 0.44 0.69
Hex D3 8E BF 0 21 9 11 13D 2C 45
Octal 323 216 277 0 41 11 21 475 54 105
Binary 11010011 10001110 10111111 0 100001 1001 10001 100111101 101100 1000101

Color Harmonies of #D38EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38EBF

Black with #D38EBF

Text Example


Text Example

White with #D38EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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