Html Css Color HEX #CFA3B8 Lily

📋 copy color: '#CFA3B8'

red 207 ◦ green 163 ◦ blue 184

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

Shades of Lily #CFA3B8

Tints of Lily #CFA3B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.21%

R = 37.36%
G = 29.42%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CFA3B8 (or 0xCFA3B8) is known color: Lily. HEX triplet: CF, A3 and B8. RGB value is (207,163,184). Sum of RGB (Red+Green+Blue) = 207+163+184=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 163 (64.06% from 255 or 29.42% from 554); Blue value is 184 (72.27% from 255 or 33.21% from 554); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA3B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA3B8 is #305C47. Grayscale: #B2B2B2. Windows color (decimal): -3169352 or 12100559. OLE color: 12100559.

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

Color convert

RGB 207 163 184 -
CMYK 0 0.21 0.11 0.19
HSL 331.36º 0.31% 0.73% -
HSV(B) 331.36º 0.21% 0.81% -
XYZ 47.48 42.92 51.13 -
YUV 178.55 131.08 148.29 -
System Red Green Blue C M Y K H S L
Decimal 207 163 184 0 0.21 0.11 0.19 331.36 0.31 0.73
Hex CF A3 B8 0 15 B 13 14B 1F 49
Octal 317 243 270 0 25 13 23 513 37 111
Binary 11001111 10100011 10111000 0 10101 1011 10011 101001011 11111 1001001

Color Harmonies of #CFA3B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA3B8

Black with #CFA3B8

Text Example


Text Example

White with #CFA3B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA3B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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