Html Css Color HEX #CE93B9 Lily

📋 copy color: '#CE93B9'

red 206 ◦ green 147 ◦ blue 185

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

Shades of Lily #CE93B9

Tints of Lily #CE93B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.39%

R = 38.29%
G = 27.32%
B = 34.39%

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

#CE93B9 (or 0xCE93B9) is known color: Lily. HEX triplet: CE, 93 and B9. RGB value is (206,147,185). Sum of RGB (Red+Green+Blue) = 206+147+185=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 147 (57.81% from 255 or 27.32% from 538); Blue value is 185 (72.66% from 255 or 34.39% from 538); Max value from RGB is 206 - color contains mainly: red. Hex color #CE93B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE93B9 is #316C46. Grayscale: #A8A8A8. Windows color (decimal): -3238983 or 12161998. OLE color: 12161998.

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

Color convert

RGB 206 147 185 -
CMYK 0 0.29 0.10 0.19
HSL 321.36º 0.38% 0.69% -
HSV(B) 321.36º 0.29% 0.81% -
XYZ 44.64 37.49 50.78 -
YUV 168.97 137.05 154.41 -
System Red Green Blue C M Y K H S L
Decimal 206 147 185 0 0.29 0.10 0.19 321.36 0.38 0.69
Hex CE 93 B9 0 1D A 13 141 26 45
Octal 316 223 271 0 35 12 23 501 46 105
Binary 11001110 10010011 10111001 0 11101 1010 10011 101000001 100110 1000101

Color Harmonies of #CE93B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE93B9

Black with #CE93B9

Text Example


Text Example

White with #CE93B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE93B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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