Html Css Color HEX #CF99BF Lily

📋 copy color: '#CF99BF'

red 207 ◦ green 153 ◦ blue 191

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

Shades of Lily #CF99BF

Tints of Lily #CF99BF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.77%

 BLUE value IS 191 (75% from 255) = 34.66%

R = 37.57%
G = 27.77%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF99BF (or 0xCF99BF) is known color: Lily. HEX triplet: CF, 99 and BF. RGB value is (207,153,191). Sum of RGB (Red+Green+Blue) = 207+153+191=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 153 (60.16% from 255 or 27.77% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 207 - color contains mainly: red. Hex color #CF99BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF99BF is #306640. Grayscale: #ADADAD. Windows color (decimal): -3171905 or 12556751. OLE color: 12556751.

HSL color Cylindrical-coordinate representation of color #CF99BF: hue angle of 317.78º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CF99BF is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 153 191 -
CMYK 0 0.26 0.08 0.19
HSL 317.78º 0.36% 0.71% -
HSV(B) 317.78º 0.26% 0.81% -
XYZ 46.53 39.81 54.52 -
YUV 173.48 137.89 151.91 -
System Red Green Blue C M Y K H S L
Decimal 207 153 191 0 0.26 0.08 0.19 317.78 0.36 0.71
Hex CF 99 BF 0 1A 8 13 13E 24 47
Octal 317 231 277 0 32 10 23 476 44 107
Binary 11001111 10011001 10111111 0 11010 1000 10011 100111110 100100 1000111

Color Harmonies of #CF99BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF99BF

Black with #CF99BF

Text Example


Text Example

White with #CF99BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF99BF; }

 p { color: rgb(207,153,191); }

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

background-color css

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

 a { background-color: rgb(207,153,191); }

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

border-color css

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

 span { border-color: rgb(207,153,191); }

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