Html Css Color HEX #CFB6CC French Lilac

📋 copy color: '#CFB6CC'

red 207 ◦ green 182 ◦ blue 204

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

Shades of French Lilac #CFB6CC

Tints of French Lilac #CFB6CC

RGB

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

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

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

R = 34.91%
G = 30.69%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CFB6CC (or 0xCFB6CC) is known color: French Lilac. HEX triplet: CF, B6 and CC. RGB value is (207,182,204). Sum of RGB (Red+Green+Blue) = 207+182+204=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 182 (71.48% from 255 or 30.69% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB6CC is #304933. Grayscale: #BFBFBF. Windows color (decimal): -3164468 or 13416143. OLE color: 13416143.

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

Color convert

RGB 207 182 204 -
CMYK 0 0.12 0.01 0.19
HSL 307.2º 0.21% 0.76% -
HSV(B) 307.2º 0.12% 0.81% -
XYZ 53.36 51.08 64.17 -
YUV 191.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 207 182 204 0 0.12 0.01 0.19 307.2 0.21 0.76
Hex CF B6 CC 0 C 1 13 133 15 4C
Octal 317 266 314 0 14 1 23 463 25 114
Binary 11001111 10110110 11001100 0 1100 1 10011 100110011 10101 1001100

Color Harmonies of #CFB6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB6CC

Black with #CFB6CC

Text Example


Text Example

White with #CFB6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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