Html Css Color HEX #CFC1CC French Lilac

📋 copy color: '#CFC1CC'

red 207 ◦ green 193 ◦ blue 204

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

Shades of French Lilac #CFC1CC

Tints of French Lilac #CFC1CC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.95%

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

R = 34.27%
G = 31.95%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CFC1CC (or 0xCFC1CC) is known color: French Lilac. HEX triplet: CF, C1 and CC. RGB value is (207,193,204). Sum of RGB (Red+Green+Blue) = 207+193+204=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 193 (75.78% from 255 or 31.95% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC1CC is #303E33. Grayscale: #C6C6C6. Windows color (decimal): -3161652 or 13418959. OLE color: 13418959.

HSL color Cylindrical-coordinate representation of color #CFC1CC: hue angle of 312.86º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFC1CC is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 193 204 -
CMYK 0 0.07 0.01 0.19
HSL 312.86º 0.13% 0.78% -
HSV(B) 312.86º 0.07% 0.81% -
XYZ 55.7 55.76 64.95 -
YUV 198.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 207 193 204 0 0.07 0.01 0.19 312.86 0.13 0.78
Hex CF C1 CC 0 7 1 13 139 D 4E
Octal 317 301 314 0 7 1 23 471 15 116
Binary 11001111 11000001 11001100 0 111 1 10011 100111001 1101 1001110

Color Harmonies of #CFC1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC1CC

Black with #CFC1CC

Text Example


Text Example

White with #CFC1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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