Html Css Color HEX #CFAFCF Lilac

📋 copy color: '#CFAFCF'

red 207 ◦ green 175 ◦ blue 207

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

Shades of Lilac #CFAFCF

Tints of Lilac #CFAFCF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.71%

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

R = 35.14%
G = 29.71%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CFAFCF (or 0xCFAFCF) is known color: Lilac. HEX triplet: CF, AF and CF. RGB value is (207,175,207). Sum of RGB (Red+Green+Blue) = 207+175+207=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CFAFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFCF is #305030. Grayscale: #BCBCBC. Windows color (decimal): -3166257 or 13610959. OLE color: 13610959.

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

Color convert

RGB 207 175 207 -
CMYK 0 0.15 0 0.19
HSL 300º 0.25% 0.75% -
HSV(B) 300º 0.15% 0.81% -
XYZ 52.32 48.43 65.62 -
YUV 188.22 138.6 141.4 -
System Red Green Blue C M Y K H S L
Decimal 207 175 207 0 0.15 0 0.19 300 0.25 0.75
Hex CF AF CF 0 F 0 13 12C 19 4B
Octal 317 257 317 0 17 0 23 454 31 113
Binary 11001111 10101111 11001111 0 1111 0 10011 100101100 11001 1001011

Color Harmonies of #CFAFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAFCF

Black with #CFAFCF

Text Example


Text Example

White with #CFAFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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