Html Css Color HEX #CFB3CC French Lilac

📋 copy color: '#CFB3CC'

red 207 ◦ green 179 ◦ blue 204

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

Shades of French Lilac #CFB3CC

Tints of French Lilac #CFB3CC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.34%

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

R = 35.08%
G = 30.34%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CFB3CC (or 0xCFB3CC) is known color: French Lilac. HEX triplet: CF, B3 and CC. RGB value is (207,179,204). Sum of RGB (Red+Green+Blue) = 207+179+204=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 179 (70.31% from 255 or 30.34% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB3CC is #304C33. Grayscale: #BEBEBE. Windows color (decimal): -3165236 or 13415375. OLE color: 13415375.

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

Color convert

RGB 207 179 204 -
CMYK 0 0.14 0.01 0.19
HSL 306.43º 0.23% 0.76% -
HSV(B) 306.43º 0.14% 0.81% -
XYZ 52.75 49.87 63.97 -
YUV 190.22 135.78 139.97 -
System Red Green Blue C M Y K H S L
Decimal 207 179 204 0 0.14 0.01 0.19 306.43 0.23 0.76
Hex CF B3 CC 0 E 1 13 132 17 4C
Octal 317 263 314 0 16 1 23 462 27 114
Binary 11001111 10110011 11001100 0 1110 1 10011 100110010 10111 1001100

Color Harmonies of #CFB3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB3CC

Black with #CFB3CC

Text Example


Text Example

White with #CFB3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB3CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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