Html Css Color HEX #CFA6D0 Lilac

📋 copy color: '#CFA6D0'

red 207 ◦ green 166 ◦ blue 208

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

Shades of Lilac #CFA6D0

Tints of Lilac #CFA6D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.8%

R = 35.63%
G = 28.57%
B = 35.8%

CMYK

 C value IS 0.00

 M value IS 0.20

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CFA6D0 (or 0xCFA6D0) is known color: Lilac. HEX triplet: CF, A6 and D0. RGB value is (207,166,208). Sum of RGB (Red+Green+Blue) = 207+166+208=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 166 (65.23% from 255 or 28.57% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFA6D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA6D0 is #30592F. Grayscale: #B6B6B6. Windows color (decimal): -3168560 or 13674191. OLE color: 13674191.

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

Color convert

RGB 207 166 208 -
CMYK 0.00 0.20 0 0.18
HSL 298.57º 0.31% 0.73% -
HSV(B) 298.57º 0.2% 0.82% -
XYZ 50.75 45.09 65.7 -
YUV 183.05 142.08 145.08 -
System Red Green Blue C M Y K H S L
Decimal 207 166 208 0.00 0.20 0 0.18 298.57 0.31 0.73
Hex CF A6 D0 0 14 0 12 12B 1F 49
Octal 317 246 320 0 24 0 22 453 37 111
Binary 11001111 10100110 11010000 0 10100 0 10010 100101011 11111 1001001

Color Harmonies of #CFA6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA6D0

Black with #CFA6D0

Text Example


Text Example

White with #CFA6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA6D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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