Html Css Color HEX #CF97BB Lily

📋 copy color: '#CF97BB'

red 207 ◦ green 151 ◦ blue 187

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

Shades of Lily #CF97BB

Tints of Lily #CF97BB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.71%

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

R = 37.98%
G = 27.71%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF97BB (or 0xCF97BB) is known color: Lily. HEX triplet: CF, 97 and BB. RGB value is (207,151,187). Sum of RGB (Red+Green+Blue) = 207+151+187=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 151 (59.38% from 255 or 27.71% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CF97BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF97BB is #306844. Grayscale: #ABABAB. Windows color (decimal): -3172421 or 12294095. OLE color: 12294095.

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

Color convert

RGB 207 151 187 -
CMYK 0 0.27 0.10 0.19
HSL 321.43º 0.37% 0.7% -
HSV(B) 321.43º 0.27% 0.81% -
XYZ 45.77 38.99 52.13 -
YUV 171.85 136.55 153.07 -
System Red Green Blue C M Y K H S L
Decimal 207 151 187 0 0.27 0.10 0.19 321.43 0.37 0.7
Hex CF 97 BB 0 1B A 13 141 25 46
Octal 317 227 273 0 33 12 23 501 45 106
Binary 11001111 10010111 10111011 0 11011 1010 10011 101000001 100101 1000110

Color Harmonies of #CF97BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF97BB

Black with #CF97BB

Text Example


Text Example

White with #CF97BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF97BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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