Html Css Color HEX #CFA1BB Lily

📋 copy color: '#CFA1BB'

red 207 ◦ green 161 ◦ blue 187

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

Shades of Lily #CFA1BB

Tints of Lily #CFA1BB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.01%

 BLUE value IS 187 (73.44% from 255) = 33.69%

R = 37.3%
G = 29.01%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CFA1BB (or 0xCFA1BB) is known color: Lily. HEX triplet: CF, A1 and BB. RGB value is (207,161,187). Sum of RGB (Red+Green+Blue) = 207+161+187=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 161 (63.28% from 255 or 29.01% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA1BB is #305E44. Grayscale: #B1B1B1. Windows color (decimal): -3169861 or 12296655. OLE color: 12296655.

HSL color Cylindrical-coordinate representation of color #CFA1BB: hue angle of 326.09º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFA1BB is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 161 187 -
CMYK 0 0.22 0.10 0.19
HSL 326.09º 0.32% 0.72% -
HSV(B) 326.09º 0.22% 0.81% -
XYZ 47.45 42.34 52.69 -
YUV 177.72 133.24 148.89 -
System Red Green Blue C M Y K H S L
Decimal 207 161 187 0 0.22 0.10 0.19 326.09 0.32 0.72
Hex CF A1 BB 0 16 A 13 146 20 48
Octal 317 241 273 0 26 12 23 506 40 110
Binary 11001111 10100001 10111011 0 10110 1010 10011 101000110 100000 1001000

Color Harmonies of #CFA1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA1BB

Black with #CFA1BB

Text Example


Text Example

White with #CFA1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA1BB; }

 p { color: rgb(207,161,187); }

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

background-color css

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

 a { background-color: rgb(207,161,187); }

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

border-color css

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

 span { border-color: rgb(207,161,187); }

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