Html Css Color HEX #CFA3BC Lily

📋 copy color: '#CFA3BC'

red 207 ◦ green 163 ◦ blue 188

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

Shades of Lily #CFA3BC

Tints of Lily #CFA3BC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.21%

 BLUE value IS 188 (73.83% from 255) = 33.69%

R = 37.1%
G = 29.21%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CFA3BC (or 0xCFA3BC) is known color: Lily. HEX triplet: CF, A3 and BC. RGB value is (207,163,188). Sum of RGB (Red+Green+Blue) = 207+163+188=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 163 (64.06% from 255 or 29.21% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA3BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA3BC is #305C43. Grayscale: #B2B2B2. Windows color (decimal): -3169348 or 12362703. OLE color: 12362703.

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

Color convert

RGB 207 163 188 -
CMYK 0 0.21 0.09 0.19
HSL 325.91º 0.31% 0.73% -
HSV(B) 325.91º 0.21% 0.81% -
XYZ 47.91 43.09 53.37 -
YUV 179.01 133.08 147.97 -
System Red Green Blue C M Y K H S L
Decimal 207 163 188 0 0.21 0.09 0.19 325.91 0.31 0.73
Hex CF A3 BC 0 15 9 13 146 1F 49
Octal 317 243 274 0 25 11 23 506 37 111
Binary 11001111 10100011 10111100 0 10101 1001 10011 101000110 11111 1001001

Color Harmonies of #CFA3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA3BC

Black with #CFA3BC

Text Example


Text Example

White with #CFA3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA3BC; }

 p { color: rgb(207,163,188); }

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

background-color css

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

 a { background-color: rgb(207,163,188); }

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

border-color css

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

 span { border-color: rgb(207,163,188); }

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