Html Css Color HEX #D18CBD Lily

📋 copy color: '#D18CBD'

red 209 ◦ green 140 ◦ blue 189

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

Shades of Lily #D18CBD

Tints of Lily #D18CBD

RGB

 RED value IS 209 (82.03% from 255) = 38.85%

 GREEN value IS 140 (55.08% from 255) = 26.02%

 BLUE value IS 189 (74.22% from 255) = 35.13%

R = 38.85%
G = 26.02%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D18CBD (or 0xD18CBD) is known color: Lily. HEX triplet: D1, 8C and BD. RGB value is (209,140,189). Sum of RGB (Red+Green+Blue) = 209+140+189=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 209 - color contains mainly: red. Hex color #D18CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18CBD is #2E7342. Grayscale: #A6A6A6. Windows color (decimal): -3044163 or 12422353. OLE color: 12422353.

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

Color convert

RGB 209 140 189 -
CMYK 0 0.33 0.10 0.18
HSL 317.39º 0.43% 0.68% -
HSV(B) 317.39º 0.33% 0.82% -
XYZ 44.86 35.99 52.73 -
YUV 166.22 140.86 158.52 -
System Red Green Blue C M Y K H S L
Decimal 209 140 189 0 0.33 0.10 0.18 317.39 0.43 0.68
Hex D1 8C BD 0 21 A 12 13D 2B 44
Octal 321 214 275 0 41 12 22 475 53 104
Binary 11010001 10001100 10111101 0 100001 1010 10010 100111101 101011 1000100

Color Harmonies of #D18CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18CBD

Black with #D18CBD

Text Example


Text Example

White with #D18CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18CBD; }

 p { color: rgb(209,140,189); }

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

background-color css

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

 a { background-color: rgb(209,140,189); }

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

border-color css

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

 span { border-color: rgb(209,140,189); }

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