Html Css Color HEX #CF9CBD Lily

📋 copy color: '#CF9CBD'

red 207 ◦ green 156 ◦ blue 189

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

Shades of Lily #CF9CBD

Tints of Lily #CF9CBD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.26%

 BLUE value IS 189 (74.22% from 255) = 34.24%

R = 37.5%
G = 28.26%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CF9CBD (or 0xCF9CBD) is known color: Lily. HEX triplet: CF, 9C and BD. RGB value is (207,156,189). Sum of RGB (Red+Green+Blue) = 207+156+189=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9CBD is #306342. Grayscale: #AEAEAE. Windows color (decimal): -3171139 or 12426447. OLE color: 12426447.

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

Color convert

RGB 207 156 189 -
CMYK 0 0.25 0.09 0.19
HSL 321.18º 0.35% 0.71% -
HSV(B) 321.18º 0.25% 0.81% -
XYZ 46.81 40.72 53.54 -
YUV 175.01 135.9 150.82 -
System Red Green Blue C M Y K H S L
Decimal 207 156 189 0 0.25 0.09 0.19 321.18 0.35 0.71
Hex CF 9C BD 0 19 9 13 141 23 47
Octal 317 234 275 0 31 11 23 501 43 107
Binary 11001111 10011100 10111101 0 11001 1001 10011 101000001 100011 1000111

Color Harmonies of #CF9CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9CBD

Black with #CF9CBD

Text Example


Text Example

White with #CF9CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9CBD; }

 p { color: rgb(207,156,189); }

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

background-color css

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

 a { background-color: rgb(207,156,189); }

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

border-color css

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

 span { border-color: rgb(207,156,189); }

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