Html Css Color HEX #D69FCE Lilac

📋 copy color: '#D69FCE'

red 214 ◦ green 159 ◦ blue 206

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

Shades of Lilac #D69FCE

Tints of Lilac #D69FCE

RGB

 RED value IS 214 (83.98% from 255) = 36.96%

 GREEN value IS 159 (62.5% from 255) = 27.46%

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

R = 36.96%
G = 27.46%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D69FCE (or 0xD69FCE) is known color: Lilac. HEX triplet: D6, 9F and CE. RGB value is (214,159,206). Sum of RGB (Red+Green+Blue) = 214+159+206=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 159 (62.5% from 255 or 27.46% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 214 - color contains mainly: red. Hex color #D69FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69FCE is #296031. Grayscale: #B4B4B4. Windows color (decimal): -2711602 or 13541334. OLE color: 13541334.

HSL color Cylindrical-coordinate representation of color #D69FCE: hue angle of 308.73º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D69FCE is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 159 206 -
CMYK 0 0.26 0.04 0.16
HSL 308.73º 0.4% 0.73% -
HSV(B) 308.73º 0.26% 0.84% -
XYZ 51.27 43.55 64.1 -
YUV 180.8 142.22 151.68 -
System Red Green Blue C M Y K H S L
Decimal 214 159 206 0 0.26 0.04 0.16 308.73 0.4 0.73
Hex D6 9F CE 0 1A 4 10 135 28 49
Octal 326 237 316 0 32 4 20 465 50 111
Binary 11010110 10011111 11001110 0 11010 100 10000 100110101 101000 1001001

Color Harmonies of #D69FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69FCE

Black with #D69FCE

Text Example


Text Example

White with #D69FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69FCE; }

 p { color: rgb(214,159,206); }

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

background-color css

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

 a { background-color: rgb(214,159,206); }

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

border-color css

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

 span { border-color: rgb(214,159,206); }

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