Html Css Color HEX #CFAFCC Lilac

📋 copy color: '#CFAFCC'

red 207 ◦ green 175 ◦ blue 204

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

Shades of Lilac #CFAFCC

Tints of Lilac #CFAFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.81%

R = 35.32%
G = 29.86%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CFAFCC (or 0xCFAFCC) is known color: Lilac. HEX triplet: CF, AF and CC. RGB value is (207,175,204). Sum of RGB (Red+Green+Blue) = 207+175+204=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFCC is #305033. Grayscale: #BBBBBB. Windows color (decimal): -3166260 or 13414351. OLE color: 13414351.

HSL color Cylindrical-coordinate representation of color #CFAFCC: hue angle of 305.62º 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 #CFAFCC is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 175 204 -
CMYK 0 0.15 0.01 0.19
HSL 305.63º 0.25% 0.75% -
HSV(B) 305.63º 0.15% 0.81% -
XYZ 51.96 48.28 63.71 -
YUV 187.87 137.1 141.64 -
System Red Green Blue C M Y K H S L
Decimal 207 175 204 0 0.15 0.01 0.19 305.63 0.25 0.75
Hex CF AF CC 0 F 1 13 132 19 4B
Octal 317 257 314 0 17 1 23 462 31 113
Binary 11001111 10101111 11001100 0 1111 1 10011 100110010 11001 1001011

Color Harmonies of #CFAFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAFCC

Black with #CFAFCC

Text Example


Text Example

White with #CFAFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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