Html Css Color HEX #CE93B2 Lily

📋 copy color: '#CE93B2'

red 206 ◦ green 147 ◦ blue 178

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

Shades of Lily #CE93B2

Tints of Lily #CE93B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.52%

R = 38.79%
G = 27.68%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE93B2 (or 0xCE93B2) is known color: Lily. HEX triplet: CE, 93 and B2. RGB value is (206,147,178). Sum of RGB (Red+Green+Blue) = 206+147+178=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 147 (57.81% from 255 or 27.68% from 531); Blue value is 178 (69.92% from 255 or 33.52% from 531); Max value from RGB is 206 - color contains mainly: red. Hex color #CE93B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE93B2 is #316C4D. Grayscale: #A8A8A8. Windows color (decimal): -3238990 or 11703246. OLE color: 11703246.

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

Color convert

RGB 206 147 178 -
CMYK 0 0.29 0.14 0.19
HSL 328.47º 0.38% 0.69% -
HSV(B) 328.47º 0.29% 0.81% -
XYZ 43.92 37.2 46.99 -
YUV 168.18 133.55 154.98 -
System Red Green Blue C M Y K H S L
Decimal 206 147 178 0 0.29 0.14 0.19 328.47 0.38 0.69
Hex CE 93 B2 0 1D E 13 148 26 45
Octal 316 223 262 0 35 16 23 510 46 105
Binary 11001110 10010011 10110010 0 11101 1110 10011 101001000 100110 1000101

Color Harmonies of #CE93B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE93B2

Black with #CE93B2

Text Example


Text Example

White with #CE93B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE93B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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