Html Css Color HEX #D69CCE Lilac

📋 copy color: '#D69CCE'

red 214 ◦ green 156 ◦ blue 206

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

Shades of Lilac #D69CCE

Tints of Lilac #D69CCE

RGB

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

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

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

R = 37.15%
G = 27.08%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D69CCE (or 0xD69CCE) is known color: Lilac. HEX triplet: D6, 9C and CE. RGB value is (214,156,206). Sum of RGB (Red+Green+Blue) = 214+156+206=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 156 (61.33% from 255 or 27.08% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 214 - color contains mainly: red. Hex color #D69CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69CCE is #296331. Grayscale: #B2B2B2. Windows color (decimal): -2712370 or 13540566. OLE color: 13540566.

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

Color convert

RGB 214 156 206 -
CMYK 0 0.27 0.04 0.16
HSL 308.28º 0.41% 0.73% -
HSV(B) 308.28º 0.27% 0.84% -
XYZ 50.76 42.53 63.93 -
YUV 179.04 143.22 152.93 -
System Red Green Blue C M Y K H S L
Decimal 214 156 206 0 0.27 0.04 0.16 308.28 0.41 0.73
Hex D6 9C CE 0 1B 4 10 134 29 49
Octal 326 234 316 0 33 4 20 464 51 111
Binary 11010110 10011100 11001110 0 11011 100 10000 100110100 101001 1001001

Color Harmonies of #D69CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69CCE

Black with #D69CCE

Text Example


Text Example

White with #D69CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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