Html Css Color HEX #CFA6CE Lilac

📋 copy color: '#CFA6CE'

red 207 ◦ green 166 ◦ blue 206

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

Shades of Lilac #CFA6CE

Tints of Lilac #CFA6CE

RGB

 RED value IS 207 (81.25% from 255) = 35.75%

 GREEN value IS 166 (65.23% from 255) = 28.67%

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

R = 35.75%
G = 28.67%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CFA6CE (or 0xCFA6CE) is known color: Lilac. HEX triplet: CF, A6 and CE. RGB value is (207,166,206). Sum of RGB (Red+Green+Blue) = 207+166+206=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 166 (65.23% from 255 or 28.67% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA6CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA6CE is #305931. Grayscale: #B6B6B6. Windows color (decimal): -3168562 or 13543119. OLE color: 13543119.

HSL color Cylindrical-coordinate representation of color #CFA6CE: hue angle of 301.46º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFA6CE is Cyan = 0, Magento = 0.20, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 166 206 -
CMYK 0 0.20 0.00 0.19
HSL 301.46º 0.3% 0.73% -
HSV(B) 301.46º 0.2% 0.81% -
XYZ 50.51 44.99 64.42 -
YUV 182.82 141.08 145.25 -
System Red Green Blue C M Y K H S L
Decimal 207 166 206 0 0.20 0.00 0.19 301.46 0.3 0.73
Hex CF A6 CE 0 14 0 13 12D 1E 49
Octal 317 246 316 0 24 0 23 455 36 111
Binary 11001111 10100110 11001110 0 10100 0 10011 100101101 11110 1001001

Color Harmonies of #CFA6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA6CE

Black with #CFA6CE

Text Example


Text Example

White with #CFA6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA6CE; }

 p { color: rgb(207,166,206); }

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

background-color css

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

 a { background-color: rgb(207,166,206); }

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

border-color css

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

 span { border-color: rgb(207,166,206); }

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