Html Css Color HEX #D4A2CB Lilac

📋 copy color: '#D4A2CB'

red 212 ◦ green 162 ◦ blue 203

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

Shades of Lilac #D4A2CB

Tints of Lilac #D4A2CB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.08%

 BLUE value IS 203 (79.69% from 255) = 35.18%

R = 36.74%
G = 28.08%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D4A2CB (or 0xD4A2CB) is known color: Lilac. HEX triplet: D4, A2 and CB. RGB value is (212,162,203). Sum of RGB (Red+Green+Blue) = 212+162+203=577 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.74% from 577); Green value is 162 (63.67% from 255 or 28.08% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A2CB is #2B5D34. Grayscale: #B5B5B5. Windows color (decimal): -2841909 or 13345492. OLE color: 13345492.

HSL color Cylindrical-coordinate representation of color #D4A2CB: hue angle of 310.8º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4A2CB is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 162 203 -
CMYK 0 0.24 0.04 0.17
HSL 310.8º 0.37% 0.73% -
HSV(B) 310.8º 0.24% 0.83% -
XYZ 50.85 44.15 62.34 -
YUV 181.62 140.07 149.67 -
System Red Green Blue C M Y K H S L
Decimal 212 162 203 0 0.24 0.04 0.17 310.8 0.37 0.73
Hex D4 A2 CB 0 18 4 11 137 25 49
Octal 324 242 313 0 30 4 21 467 45 111
Binary 11010100 10100010 11001011 0 11000 100 10001 100110111 100101 1001001

Color Harmonies of #D4A2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A2CB

Black with #D4A2CB

Text Example


Text Example

White with #D4A2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A2CB; }

 p { color: rgb(212,162,203); }

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

background-color css

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

 a { background-color: rgb(212,162,203); }

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

border-color css

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

 span { border-color: rgb(212,162,203); }

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