Html Css Color HEX #CF9DBE Lily

📋 copy color: '#CF9DBE'

red 207 ◦ green 157 ◦ blue 190

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

Shades of Lily #CF9DBE

Tints of Lily #CF9DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.3%

R = 37.36%
G = 28.34%
B = 34.3%

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

#CF9DBE (or 0xCF9DBE) is known color: Lily. HEX triplet: CF, 9D and BE. RGB value is (207,157,190). Sum of RGB (Red+Green+Blue) = 207+157+190=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 157 (61.72% from 255 or 28.34% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9DBE is #306241. Grayscale: #AFAFAF. Windows color (decimal): -3170882 or 12492239. OLE color: 12492239.

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

Color convert

RGB 207 157 190 -
CMYK 0 0.24 0.08 0.19
HSL 320.4º 0.34% 0.71% -
HSV(B) 320.4º 0.24% 0.81% -
XYZ 47.08 41.1 54.17 -
YUV 175.71 136.07 150.32 -
System Red Green Blue C M Y K H S L
Decimal 207 157 190 0 0.24 0.08 0.19 320.4 0.34 0.71
Hex CF 9D BE 0 18 8 13 140 22 47
Octal 317 235 276 0 30 10 23 500 42 107
Binary 11001111 10011101 10111110 0 11000 1000 10011 101000000 100010 1000111

Color Harmonies of #CF9DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9DBE

Black with #CF9DBE

Text Example


Text Example

White with #CF9DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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