Html Css Color HEX #CE93BF Lily

📋 copy color: '#CE93BF'

red 206 ◦ green 147 ◦ blue 191

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

Shades of Lily #CE93BF

Tints of Lily #CE93BF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.02%

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

R = 37.87%
G = 27.02%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CE93BF (or 0xCE93BF) is known color: Lily. HEX triplet: CE, 93 and BF. RGB value is (206,147,191). Sum of RGB (Red+Green+Blue) = 206+147+191=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 147 (57.81% from 255 or 27.02% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 206 - color contains mainly: red. Hex color #CE93BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE93BF is #316C40. Grayscale: #A9A9A9. Windows color (decimal): -3238977 or 12555214. OLE color: 12555214.

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

Color convert

RGB 206 147 191 -
CMYK 0 0.29 0.07 0.19
HSL 315.25º 0.38% 0.69% -
HSV(B) 315.25º 0.29% 0.81% -
XYZ 45.29 37.75 54.19 -
YUV 169.66 140.05 153.92 -
System Red Green Blue C M Y K H S L
Decimal 206 147 191 0 0.29 0.07 0.19 315.25 0.38 0.69
Hex CE 93 BF 0 1D 7 13 13B 26 45
Octal 316 223 277 0 35 7 23 473 46 105
Binary 11001110 10010011 10111111 0 11101 111 10011 100111011 100110 1000101

Color Harmonies of #CE93BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE93BF

Black with #CE93BF

Text Example


Text Example

White with #CE93BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE93BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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