Html Css Color HEX #CE96BF Lily

📋 copy color: '#CE96BF'

red 206 ◦ green 150 ◦ blue 191

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

Shades of Lily #CE96BF

Tints of Lily #CE96BF

RGB

 RED value IS 206 (80.86% from 255) = 37.66%

 GREEN value IS 150 (58.98% from 255) = 27.42%

 BLUE value IS 191 (75% from 255) = 34.92%

R = 37.66%
G = 27.42%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CE96BF (or 0xCE96BF) is known color: Lily. HEX triplet: CE, 96 and BF. RGB value is (206,150,191). Sum of RGB (Red+Green+Blue) = 206+150+191=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 206 - color contains mainly: red. Hex color #CE96BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE96BF is #316940. Grayscale: #ABABAB. Windows color (decimal): -3238209 or 12555982. OLE color: 12555982.

HSL color Cylindrical-coordinate representation of color #CE96BF: hue angle of 316.07º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CE96BF is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 150 191 -
CMYK 0 0.27 0.07 0.19
HSL 316.07º 0.36% 0.7% -
HSV(B) 316.07º 0.27% 0.81% -
XYZ 45.76 38.7 54.35 -
YUV 171.42 139.05 152.67 -
System Red Green Blue C M Y K H S L
Decimal 206 150 191 0 0.27 0.07 0.19 316.07 0.36 0.7
Hex CE 96 BF 0 1B 7 13 13C 24 46
Octal 316 226 277 0 33 7 23 474 44 106
Binary 11001110 10010110 10111111 0 11011 111 10011 100111100 100100 1000110

Color Harmonies of #CE96BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE96BF

Black with #CE96BF

Text Example


Text Example

White with #CE96BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE96BF; }

 p { color: rgb(206,150,191); }

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

background-color css

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

 a { background-color: rgb(206,150,191); }

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

border-color css

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

 span { border-color: rgb(206,150,191); }

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