Html Css Color HEX #D096CE Lilac

📋 copy color: '#D096CE'

red 208 ◦ green 150 ◦ blue 206

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

Shades of Lilac #D096CE

Tints of Lilac #D096CE

RGB

 RED value IS 208 (81.64% from 255) = 36.88%

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

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

R = 36.88%
G = 26.6%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D096CE (or 0xD096CE) is known color: Lilac. HEX triplet: D0, 96 and CE. RGB value is (208,150,206). Sum of RGB (Red+Green+Blue) = 208+150+206=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 208 - color contains mainly: red. Hex color #D096CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D096CE is #2F6931. Grayscale: #ADADAD. Windows color (decimal): -3107122 or 13539024. OLE color: 13539024.

HSL color Cylindrical-coordinate representation of color #D096CE: hue angle of 302.07º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D096CE is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 150 206 -
CMYK 0 0.28 0.01 0.18
HSL 302.07º 0.38% 0.7% -
HSV(B) 302.07º 0.28% 0.82% -
XYZ 48.06 39.68 63.52 -
YUV 173.73 146.22 152.45 -
System Red Green Blue C M Y K H S L
Decimal 208 150 206 0 0.28 0.01 0.18 302.07 0.38 0.7
Hex D0 96 CE 0 1C 1 12 12E 26 46
Octal 320 226 316 0 34 1 22 456 46 106
Binary 11010000 10010110 11001110 0 11100 1 10010 100101110 100110 1000110

Color Harmonies of #D096CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D096CE

Black with #D096CE

Text Example


Text Example

White with #D096CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D096CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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