Html Css Color HEX #CF9DB7 Lily

📋 copy color: '#CF9DB7'

red 207 ◦ green 157 ◦ blue 183

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

Shades of Lily #CF9DB7

Tints of Lily #CF9DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.46%

R = 37.84%
G = 28.7%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CF9DB7 (or 0xCF9DB7) is known color: Lily. HEX triplet: CF, 9D and B7. RGB value is (207,157,183). Sum of RGB (Red+Green+Blue) = 207+157+183=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 183 (71.88% from 255 or 33.46% from 547); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9DB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9DB7 is #306248. Grayscale: #AEAEAE. Windows color (decimal): -3170889 or 12033487. OLE color: 12033487.

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

Color convert

RGB 207 157 183 -
CMYK 0 0.24 0.12 0.19
HSL 328.8º 0.34% 0.71% -
HSV(B) 328.8º 0.24% 0.81% -
XYZ 46.34 40.8 50.23 -
YUV 174.91 132.57 150.89 -
System Red Green Blue C M Y K H S L
Decimal 207 157 183 0 0.24 0.12 0.19 328.8 0.34 0.71
Hex CF 9D B7 0 18 C 13 149 22 47
Octal 317 235 267 0 30 14 23 511 42 107
Binary 11001111 10011101 10110111 0 11000 1100 10011 101001001 100010 1000111

Color Harmonies of #CF9DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9DB7

Black with #CF9DB7

Text Example


Text Example

White with #CF9DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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