Html Css Color HEX #CFAFCE Lilac

📋 copy color: '#CFAFCE'

red 207 ◦ green 175 ◦ blue 206

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

Shades of Lilac #CFAFCE

Tints of Lilac #CFAFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.03%

R = 35.2%
G = 29.76%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CFAFCE (or 0xCFAFCE) is known color: Lilac. HEX triplet: CF, AF and CE. RGB value is (207,175,206). Sum of RGB (Red+Green+Blue) = 207+175+206=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFCE is #305031. Grayscale: #BCBCBC. Windows color (decimal): -3166258 or 13545423. OLE color: 13545423.

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

Color convert

RGB 207 175 206 -
CMYK 0 0.15 0.00 0.19
HSL 301.88º 0.25% 0.75% -
HSV(B) 301.88º 0.15% 0.81% -
XYZ 52.2 48.38 64.98 -
YUV 188.1 138.1 141.48 -
System Red Green Blue C M Y K H S L
Decimal 207 175 206 0 0.15 0.00 0.19 301.88 0.25 0.75
Hex CF AF CE 0 F 0 13 12E 19 4B
Octal 317 257 316 0 17 0 23 456 31 113
Binary 11001111 10101111 11001110 0 1111 0 10011 100101110 11001 1001011

Color Harmonies of #CFAFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAFCE

Black with #CFAFCE

Text Example


Text Example

White with #CFAFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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