Html Css Color HEX #CFB4CC French Lilac

📋 copy color: '#CFB4CC'

red 207 ◦ green 180 ◦ blue 204

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

Shades of French Lilac #CFB4CC

Tints of French Lilac #CFB4CC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.46%

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

R = 35.03%
G = 30.46%
B = 34.52%

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

#CFB4CC (or 0xCFB4CC) is known color: French Lilac. HEX triplet: CF, B4 and CC. RGB value is (207,180,204). Sum of RGB (Red+Green+Blue) = 207+180+204=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 180 (70.70% from 255 or 30.46% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB4CC is #304B33. Grayscale: #BEBEBE. Windows color (decimal): -3164980 or 13415631. OLE color: 13415631.

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

Color convert

RGB 207 180 204 -
CMYK 0 0.13 0.01 0.19
HSL 306.67º 0.22% 0.76% -
HSV(B) 306.67º 0.13% 0.81% -
XYZ 52.95 50.27 64.04 -
YUV 190.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 207 180 204 0 0.13 0.01 0.19 306.67 0.22 0.76
Hex CF B4 CC 0 D 1 13 133 16 4C
Octal 317 264 314 0 15 1 23 463 26 114
Binary 11001111 10110100 11001100 0 1101 1 10011 100110011 10110 1001100

Color Harmonies of #CFB4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB4CC

Black with #CFB4CC

Text Example


Text Example

White with #CFB4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB4CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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