Html Css Color HEX #CFAACF Lilac

📋 copy color: '#CFAACF'

red 207 ◦ green 170 ◦ blue 207

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

Shades of Lilac #CFAACF

Tints of Lilac #CFAACF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.11%

 BLUE value IS 207 (81.25% from 255) = 35.45%

R = 35.45%
G = 29.11%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CFAACF (or 0xCFAACF) is known color: Lilac. HEX triplet: CF, AA and CF. RGB value is (207,170,207). Sum of RGB (Red+Green+Blue) = 207+170+207=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CFAACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAACF is #305530. Grayscale: #B9B9B9. Windows color (decimal): -3167537 or 13609679. OLE color: 13609679.

HSL color Cylindrical-coordinate representation of color #CFAACF: hue angle of 300º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFAACF is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 170 207 -
CMYK 0 0.18 0 0.19
HSL 300º 0.28% 0.74% -
HSV(B) 300º 0.18% 0.81% -
XYZ 51.37 46.52 65.3 -
YUV 185.28 140.26 143.49 -
System Red Green Blue C M Y K H S L
Decimal 207 170 207 0 0.18 0 0.19 300 0.28 0.74
Hex CF AA CF 0 12 0 13 12C 1C 4A
Octal 317 252 317 0 22 0 23 454 34 112
Binary 11001111 10101010 11001111 0 10010 0 10011 100101100 11100 1001010

Color Harmonies of #CFAACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAACF

Black with #CFAACF

Text Example


Text Example

White with #CFAACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAACF; }

 p { color: rgb(207,170,207); }

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

background-color css

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

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

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

border-color css

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

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

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