Html Css Color HEX #CF97B8 Lily

📋 copy color: '#CF97B8'

red 207 ◦ green 151 ◦ blue 184

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

Shades of Lily #CF97B8

Tints of Lily #CF97B8

RGB

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

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

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

R = 38.19%
G = 27.86%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CF97B8 (or 0xCF97B8) is known color: Lily. HEX triplet: CF, 97 and B8. RGB value is (207,151,184). Sum of RGB (Red+Green+Blue) = 207+151+184=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 151 (59.38% from 255 or 27.86% from 542); Blue value is 184 (72.27% from 255 or 33.95% from 542); Max value from RGB is 207 - color contains mainly: red. Hex color #CF97B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF97B8 is #306847. Grayscale: #ABABAB. Windows color (decimal): -3172424 or 12097487. OLE color: 12097487.

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

Color convert

RGB 207 151 184 -
CMYK 0 0.27 0.11 0.19
HSL 324.64º 0.37% 0.7% -
HSV(B) 324.64º 0.27% 0.81% -
XYZ 45.45 38.86 50.45 -
YUV 171.51 135.05 153.32 -
System Red Green Blue C M Y K H S L
Decimal 207 151 184 0 0.27 0.11 0.19 324.64 0.37 0.7
Hex CF 97 B8 0 1B B 13 145 25 46
Octal 317 227 270 0 33 13 23 505 45 106
Binary 11001111 10010111 10111000 0 11011 1011 10011 101000101 100101 1000110

Color Harmonies of #CF97B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF97B8

Black with #CF97B8

Text Example


Text Example

White with #CF97B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF97B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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