Html Css Color HEX #CF9EBB Lily

📋 copy color: '#CF9EBB'

red 207 ◦ green 158 ◦ blue 187

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

Shades of Lily #CF9EBB

Tints of Lily #CF9EBB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.62%

 BLUE value IS 187 (73.44% from 255) = 33.88%

R = 37.5%
G = 28.62%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF9EBB (or 0xCF9EBB) is known color: Lily. HEX triplet: CF, 9E and BB. RGB value is (207,158,187). Sum of RGB (Red+Green+Blue) = 207+158+187=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 158 (62.11% from 255 or 28.62% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9EBB is #306144. Grayscale: #AFAFAF. Windows color (decimal): -3170629 or 12295887. OLE color: 12295887.

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

Color convert

RGB 207 158 187 -
CMYK 0 0.24 0.10 0.19
HSL 324.49º 0.34% 0.72% -
HSV(B) 324.49º 0.24% 0.81% -
XYZ 46.93 41.31 52.51 -
YUV 175.96 134.23 150.14 -
System Red Green Blue C M Y K H S L
Decimal 207 158 187 0 0.24 0.10 0.19 324.49 0.34 0.72
Hex CF 9E BB 0 18 A 13 144 22 48
Octal 317 236 273 0 30 12 23 504 42 110
Binary 11001111 10011110 10111011 0 11000 1010 10011 101000100 100010 1001000

Color Harmonies of #CF9EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9EBB

Black with #CF9EBB

Text Example


Text Example

White with #CF9EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9EBB; }

 p { color: rgb(207,158,187); }

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

background-color css

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

 a { background-color: rgb(207,158,187); }

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

border-color css

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

 span { border-color: rgb(207,158,187); }

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