Html Css Color HEX #CFAFCD Lilac

📋 copy color: '#CFAFCD'

red 207 ◦ green 175 ◦ blue 205

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

Shades of Lilac #CFAFCD

Tints of Lilac #CFAFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.92%

R = 35.26%
G = 29.81%
B = 34.92%

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

#CFAFCD (or 0xCFAFCD) is known color: Lilac. HEX triplet: CF, AF and CD. RGB value is (207,175,205). Sum of RGB (Red+Green+Blue) = 207+175+205=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFCD is #305032. Grayscale: #BBBBBB. Windows color (decimal): -3166259 or 13479887. OLE color: 13479887.

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

Color convert

RGB 207 175 205 -
CMYK 0 0.15 0.01 0.19
HSL 303.75º 0.25% 0.75% -
HSV(B) 303.75º 0.15% 0.81% -
XYZ 52.08 48.33 64.34 -
YUV 187.99 137.6 141.56 -
System Red Green Blue C M Y K H S L
Decimal 207 175 205 0 0.15 0.01 0.19 303.75 0.25 0.75
Hex CF AF CD 0 F 1 13 130 19 4B
Octal 317 257 315 0 17 1 23 460 31 113
Binary 11001111 10101111 11001101 0 1111 1 10011 100110000 11001 1001011

Color Harmonies of #CFAFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAFCD

Black with #CFAFCD

Text Example


Text Example

White with #CFAFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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