Html Css Color HEX #CE93BE Lily

📋 copy color: '#CE93BE'

red 206 ◦ green 147 ◦ blue 190

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

Shades of Lily #CE93BE

Tints of Lily #CE93BE

RGB

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

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

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

R = 37.94%
G = 27.07%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE93BE (or 0xCE93BE) is known color: Lily. HEX triplet: CE, 93 and BE. RGB value is (206,147,190). Sum of RGB (Red+Green+Blue) = 206+147+190=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 206 - color contains mainly: red. Hex color #CE93BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE93BE is #316C41. Grayscale: #A9A9A9. Windows color (decimal): -3238978 or 12489678. OLE color: 12489678.

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

Color convert

RGB 206 147 190 -
CMYK 0 0.29 0.08 0.19
HSL 316.27º 0.38% 0.69% -
HSV(B) 316.27º 0.29% 0.81% -
XYZ 45.18 37.71 53.61 -
YUV 169.54 139.55 154 -
System Red Green Blue C M Y K H S L
Decimal 206 147 190 0 0.29 0.08 0.19 316.27 0.38 0.69
Hex CE 93 BE 0 1D 8 13 13C 26 45
Octal 316 223 276 0 35 10 23 474 46 105
Binary 11001110 10010011 10111110 0 11101 1000 10011 100111100 100110 1000101

Color Harmonies of #CE93BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE93BE

Black with #CE93BE

Text Example


Text Example

White with #CE93BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE93BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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