Html Css Color HEX #D496CE Lilac

📋 copy color: '#D496CE'

red 212 ◦ green 150 ◦ blue 206

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

Shades of Lilac #D496CE

Tints of Lilac #D496CE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.41%

 BLUE value IS 206 (80.86% from 255) = 36.27%

R = 37.32%
G = 26.41%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D496CE (or 0xD496CE) is known color: Lilac. HEX triplet: D4, 96 and CE. RGB value is (212,150,206). Sum of RGB (Red+Green+Blue) = 212+150+206=568 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.32% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 212 - color contains mainly: red. Hex color #D496CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D496CE is #2B6931. Grayscale: #AEAEAE. Windows color (decimal): -2844978 or 13539028. OLE color: 13539028.

HSL color Cylindrical-coordinate representation of color #D496CE: hue angle of 305.81º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D496CE is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 150 206 -
CMYK 0 0.29 0.03 0.17
HSL 305.81º 0.42% 0.71% -
HSV(B) 305.81º 0.29% 0.83% -
XYZ 49.2 40.27 63.57 -
YUV 174.92 145.54 154.45 -
System Red Green Blue C M Y K H S L
Decimal 212 150 206 0 0.29 0.03 0.17 305.81 0.42 0.71
Hex D4 96 CE 0 1D 3 11 132 2A 47
Octal 324 226 316 0 35 3 21 462 52 107
Binary 11010100 10010110 11001110 0 11101 11 10001 100110010 101010 1000111

Color Harmonies of #D496CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D496CE

Black with #D496CE

Text Example


Text Example

White with #D496CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D496CE; }

 p { color: rgb(212,150,206); }

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

background-color css

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

 a { background-color: rgb(212,150,206); }

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

border-color css

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

 span { border-color: rgb(212,150,206); }

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