Html Css Color HEX #CF9BBF Lily

📋 copy color: '#CF9BBF'

red 207 ◦ green 155 ◦ blue 191

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

Shades of Lily #CF9BBF

Tints of Lily #CF9BBF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.03%

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

R = 37.43%
G = 28.03%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF9BBF (or 0xCF9BBF) is known color: Lily. HEX triplet: CF, 9B and BF. RGB value is (207,155,191). Sum of RGB (Red+Green+Blue) = 207+155+191=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 191 (75% from 255 or 34.54% from 553); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9BBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9BBF is #306440. Grayscale: #AEAEAE. Windows color (decimal): -3171393 or 12557263. OLE color: 12557263.

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

Color convert

RGB 207 155 191 -
CMYK 0 0.25 0.08 0.19
HSL 318.46º 0.35% 0.71% -
HSV(B) 318.46º 0.25% 0.81% -
XYZ 46.86 40.47 54.63 -
YUV 174.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 207 155 191 0 0.25 0.08 0.19 318.46 0.35 0.71
Hex CF 9B BF 0 19 8 13 13E 23 47
Octal 317 233 277 0 31 10 23 476 43 107
Binary 11001111 10011011 10111111 0 11001 1000 10011 100111110 100011 1000111

Color Harmonies of #CF9BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9BBF

Black with #CF9BBF

Text Example


Text Example

White with #CF9BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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