Html Css Color HEX #CFB6CB French Lilac

📋 copy color: '#CFB6CB'

red 207 ◦ green 182 ◦ blue 203

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

Shades of French Lilac #CFB6CB

Tints of French Lilac #CFB6CB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.74%

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

R = 34.97%
G = 30.74%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CFB6CB (or 0xCFB6CB) is known color: French Lilac. HEX triplet: CF, B6 and CB. RGB value is (207,182,203). Sum of RGB (Red+Green+Blue) = 207+182+203=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 182 (71.48% from 255 or 30.74% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB6CB is #304934. Grayscale: #BFBFBF. Windows color (decimal): -3164469 or 13350607. OLE color: 13350607.

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

Color convert

RGB 207 182 203 -
CMYK 0 0.12 0.02 0.19
HSL 309.6º 0.21% 0.76% -
HSV(B) 309.6º 0.12% 0.81% -
XYZ 53.24 51.03 63.54 -
YUV 191.87 134.28 138.79 -
System Red Green Blue C M Y K H S L
Decimal 207 182 203 0 0.12 0.02 0.19 309.6 0.21 0.76
Hex CF B6 CB 0 C 2 13 136 15 4C
Octal 317 266 313 0 14 2 23 466 25 114
Binary 11001111 10110110 11001011 0 1100 10 10011 100110110 10101 1001100

Color Harmonies of #CFB6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB6CB

Black with #CFB6CB

Text Example


Text Example

White with #CFB6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB6CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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