Html Css Color HEX #CFB5CC French Lilac

📋 copy color: '#CFB5CC'

red 207 ◦ green 181 ◦ blue 204

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

Shades of French Lilac #CFB5CC

Tints of French Lilac #CFB5CC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.57%

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

R = 34.97%
G = 30.57%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CFB5CC (or 0xCFB5CC) is known color: French Lilac. HEX triplet: CF, B5 and CC. RGB value is (207,181,204). Sum of RGB (Red+Green+Blue) = 207+181+204=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 181 (71.09% from 255 or 30.57% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB5CC is #304A33. Grayscale: #BFBFBF. Windows color (decimal): -3164724 or 13415887. OLE color: 13415887.

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

Color convert

RGB 207 181 204 -
CMYK 0 0.13 0.01 0.19
HSL 306.92º 0.21% 0.76% -
HSV(B) 306.92º 0.13% 0.81% -
XYZ 53.16 50.67 64.11 -
YUV 191.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 207 181 204 0 0.13 0.01 0.19 306.92 0.21 0.76
Hex CF B5 CC 0 D 1 13 133 15 4C
Octal 317 265 314 0 15 1 23 463 25 114
Binary 11001111 10110101 11001100 0 1101 1 10011 100110011 10101 1001100

Color Harmonies of #CFB5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB5CC

Black with #CFB5CC

Text Example


Text Example

White with #CFB5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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