Html Css Color HEX #CF9DBF Lily

📋 copy color: '#CF9DBF'

red 207 ◦ green 157 ◦ blue 191

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

Shades of Lily #CF9DBF

Tints of Lily #CF9DBF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.29%

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

R = 37.3%
G = 28.29%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF9DBF (or 0xCF9DBF) is known color: Lily. HEX triplet: CF, 9D and BF. RGB value is (207,157,191). Sum of RGB (Red+Green+Blue) = 207+157+191=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9DBF is #306240. Grayscale: #AFAFAF. Windows color (decimal): -3170881 or 12557775. OLE color: 12557775.

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

Color convert

RGB 207 157 191 -
CMYK 0 0.24 0.08 0.19
HSL 319.2º 0.34% 0.71% -
HSV(B) 319.2º 0.24% 0.81% -
XYZ 47.19 41.14 54.74 -
YUV 175.83 136.57 150.24 -
System Red Green Blue C M Y K H S L
Decimal 207 157 191 0 0.24 0.08 0.19 319.2 0.34 0.71
Hex CF 9D BF 0 18 8 13 13F 22 47
Octal 317 235 277 0 30 10 23 477 42 107
Binary 11001111 10011101 10111111 0 11000 1000 10011 100111111 100010 1000111

Color Harmonies of #CF9DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9DBF

Black with #CF9DBF

Text Example


Text Example

White with #CF9DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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