Html Css Color HEX #CF9DB1 Lily

📋 copy color: '#CF9DB1'

red 207 ◦ green 157 ◦ blue 177

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

Shades of Lily #CF9DB1

Tints of Lily #CF9DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 32.72%

R = 38.26%
G = 29.02%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CF9DB1 (or 0xCF9DB1) is known color: Lily. HEX triplet: CF, 9D and B1. RGB value is (207,157,177). Sum of RGB (Red+Green+Blue) = 207+157+177=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 177 (69.53% from 255 or 32.72% from 541); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9DB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9DB1 is #30624E. Grayscale: #AEAEAE. Windows color (decimal): -3170895 or 11640271. OLE color: 11640271.

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

Color convert

RGB 207 157 177 -
CMYK 0 0.24 0.14 0.19
HSL 336º 0.34% 0.71% -
HSV(B) 336º 0.24% 0.81% -
XYZ 45.72 40.55 47.01 -
YUV 174.23 129.57 151.37 -
System Red Green Blue C M Y K H S L
Decimal 207 157 177 0 0.24 0.14 0.19 336 0.34 0.71
Hex CF 9D B1 0 18 E 13 150 22 47
Octal 317 235 261 0 30 16 23 520 42 107
Binary 11001111 10011101 10110001 0 11000 1110 10011 101010000 100010 1000111

Color Harmonies of #CF9DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9DB1

Black with #CF9DB1

Text Example


Text Example

White with #CF9DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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