Html Css Color HEX #CE93B0 Lily

📋 copy color: '#CE93B0'

red 206 ◦ green 147 ◦ blue 176

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

Shades of Lily #CE93B0

Tints of Lily #CE93B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.27%

R = 38.94%
G = 27.79%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE93B0 (or 0xCE93B0) is known color: Lily. HEX triplet: CE, 93 and B0. RGB value is (206,147,176). Sum of RGB (Red+Green+Blue) = 206+147+176=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 147 (57.81% from 255 or 27.79% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 206 - color contains mainly: red. Hex color #CE93B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE93B0 is #316C4F. Grayscale: #A7A7A7. Windows color (decimal): -3238992 or 11572174. OLE color: 11572174.

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

Color convert

RGB 206 147 176 -
CMYK 0 0.29 0.15 0.19
HSL 330.51º 0.38% 0.69% -
HSV(B) 330.51º 0.29% 0.81% -
XYZ 43.72 37.12 45.94 -
YUV 167.95 132.55 155.14 -
System Red Green Blue C M Y K H S L
Decimal 206 147 176 0 0.29 0.15 0.19 330.51 0.38 0.69
Hex CE 93 B0 0 1D F 13 14B 26 45
Octal 316 223 260 0 35 17 23 513 46 105
Binary 11001110 10010011 10110000 0 11101 1111 10011 101001011 100110 1000101

Color Harmonies of #CE93B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE93B0

Black with #CE93B0

Text Example


Text Example

White with #CE93B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE93B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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