Html Css Color HEX #CE93BA Lily

📋 copy color: '#CE93BA'

red 206 ◦ green 147 ◦ blue 186

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

Shades of Lily #CE93BA

Tints of Lily #CE93BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.51%

R = 38.22%
G = 27.27%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE93BA (or 0xCE93BA) is known color: Lily. HEX triplet: CE, 93 and BA. RGB value is (206,147,186). Sum of RGB (Red+Green+Blue) = 206+147+186=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CE93BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE93BA is #316C45. Grayscale: #A8A8A8. Windows color (decimal): -3238982 or 12227534. OLE color: 12227534.

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

Color convert

RGB 206 147 186 -
CMYK 0 0.29 0.10 0.19
HSL 320.34º 0.38% 0.69% -
HSV(B) 320.34º 0.29% 0.81% -
XYZ 44.75 37.53 51.34 -
YUV 169.09 137.55 154.33 -
System Red Green Blue C M Y K H S L
Decimal 206 147 186 0 0.29 0.10 0.19 320.34 0.38 0.69
Hex CE 93 BA 0 1D A 13 140 26 45
Octal 316 223 272 0 35 12 23 500 46 105
Binary 11001110 10010011 10111010 0 11101 1010 10011 101000000 100110 1000101

Color Harmonies of #CE93BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE93BA

Black with #CE93BA

Text Example


Text Example

White with #CE93BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE93BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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