Html Css Color HEX #CFB3CB French Lilac

📋 copy color: '#CFB3CB'

red 207 ◦ green 179 ◦ blue 203

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

Shades of French Lilac #CFB3CB

Tints of French Lilac #CFB3CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.47%

R = 35.14%
G = 30.39%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CFB3CB (or 0xCFB3CB) is known color: French Lilac. HEX triplet: CF, B3 and CB. RGB value is (207,179,203). Sum of RGB (Red+Green+Blue) = 207+179+203=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 179 (70.31% from 255 or 30.39% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB3CB is #304C34. Grayscale: #BEBEBE. Windows color (decimal): -3165237 or 13349839. OLE color: 13349839.

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

Color convert

RGB 207 179 203 -
CMYK 0 0.14 0.02 0.19
HSL 308.57º 0.23% 0.76% -
HSV(B) 308.57º 0.14% 0.81% -
XYZ 52.63 49.82 63.34 -
YUV 190.11 135.28 140.05 -
System Red Green Blue C M Y K H S L
Decimal 207 179 203 0 0.14 0.02 0.19 308.57 0.23 0.76
Hex CF B3 CB 0 E 2 13 135 17 4C
Octal 317 263 313 0 16 2 23 465 27 114
Binary 11001111 10110011 11001011 0 1110 10 10011 100110101 10111 1001100

Color Harmonies of #CFB3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB3CB

Black with #CFB3CB

Text Example


Text Example

White with #CFB3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB3CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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