Html Css Color HEX #D49CBE Lily

📋 copy color: '#D49CBE'

red 212 ◦ green 156 ◦ blue 190

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

Shades of Lily #D49CBE

Tints of Lily #D49CBE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.96%

 BLUE value IS 190 (74.61% from 255) = 34.05%

R = 37.99%
G = 27.96%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D49CBE (or 0xD49CBE) is known color: Lily. HEX triplet: D4, 9C and BE. RGB value is (212,156,190). Sum of RGB (Red+Green+Blue) = 212+156+190=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 156 (61.33% from 255 or 27.96% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 212 - color contains mainly: red. Hex color #D49CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49CBE is #2B6341. Grayscale: #B0B0B0. Windows color (decimal): -2843458 or 12491988. OLE color: 12491988.

HSL color Cylindrical-coordinate representation of color #D49CBE: hue angle of 323.57º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D49CBE is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 156 190 -
CMYK 0 0.26 0.10 0.17
HSL 323.57º 0.39% 0.72% -
HSV(B) 323.57º 0.26% 0.83% -
XYZ 48.33 41.49 54.18 -
YUV 176.62 135.55 153.24 -
System Red Green Blue C M Y K H S L
Decimal 212 156 190 0 0.26 0.10 0.17 323.57 0.39 0.72
Hex D4 9C BE 0 1A A 11 144 27 48
Octal 324 234 276 0 32 12 21 504 47 110
Binary 11010100 10011100 10111110 0 11010 1010 10001 101000100 100111 1001000

Color Harmonies of #D49CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49CBE

Black with #D49CBE

Text Example


Text Example

White with #D49CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49CBE; }

 p { color: rgb(212,156,190); }

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

background-color css

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

 a { background-color: rgb(212,156,190); }

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

border-color css

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

 span { border-color: rgb(212,156,190); }

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