Html Css Color HEX #CFA2BB Lily

📋 copy color: '#CFA2BB'

red 207 ◦ green 162 ◦ blue 187

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

Shades of Lily #CFA2BB

Tints of Lily #CFA2BB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.14%

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

R = 37.23%
G = 29.14%
B = 33.63%

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

#CFA2BB (or 0xCFA2BB) is known color: Lily. HEX triplet: CF, A2 and BB. RGB value is (207,162,187). Sum of RGB (Red+Green+Blue) = 207+162+187=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 162 (63.67% from 255 or 29.14% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA2BB is #305D44. Grayscale: #B2B2B2. Windows color (decimal): -3169605 or 12296911. OLE color: 12296911.

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

Color convert

RGB 207 162 187 -
CMYK 0 0.22 0.10 0.19
HSL 326.67º 0.32% 0.72% -
HSV(B) 326.67º 0.22% 0.81% -
XYZ 47.62 42.69 52.74 -
YUV 178.31 132.91 148.47 -
System Red Green Blue C M Y K H S L
Decimal 207 162 187 0 0.22 0.10 0.19 326.67 0.32 0.72
Hex CF A2 BB 0 16 A 13 147 20 48
Octal 317 242 273 0 26 12 23 507 40 110
Binary 11001111 10100010 10111011 0 10110 1010 10011 101000111 100000 1001000

Color Harmonies of #CFA2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA2BB

Black with #CFA2BB

Text Example


Text Example

White with #CFA2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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