Html Css Color HEX #CFB8CC French Lilac

📋 copy color: '#CFB8CC'

red 207 ◦ green 184 ◦ blue 204

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

Shades of French Lilac #CFB8CC

Tints of French Lilac #CFB8CC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.92%

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

R = 34.79%
G = 30.92%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CFB8CC (or 0xCFB8CC) is known color: French Lilac. HEX triplet: CF, B8 and CC. RGB value is (207,184,204). Sum of RGB (Red+Green+Blue) = 207+184+204=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 184 (72.27% from 255 or 30.92% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB8CC is #304733. Grayscale: #C1C1C1. Windows color (decimal): -3163956 or 13416655. OLE color: 13416655.

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

Color convert

RGB 207 184 204 -
CMYK 0 0.11 0.01 0.19
HSL 307.83º 0.19% 0.77% -
HSV(B) 307.83º 0.11% 0.81% -
XYZ 53.77 51.91 64.31 -
YUV 193.16 134.12 137.87 -
System Red Green Blue C M Y K H S L
Decimal 207 184 204 0 0.11 0.01 0.19 307.83 0.19 0.77
Hex CF B8 CC 0 B 1 13 134 13 4D
Octal 317 270 314 0 13 1 23 464 23 115
Binary 11001111 10111000 11001100 0 1011 1 10011 100110100 10011 1001101

Color Harmonies of #CFB8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB8CC

Black with #CFB8CC

Text Example


Text Example

White with #CFB8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB8CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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