Html Css Color HEX #CE8EBA Lily

📋 copy color: '#CE8EBA'

red 206 ◦ green 142 ◦ blue 186

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

Shades of Lily #CE8EBA

Tints of Lily #CE8EBA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.59%

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

R = 38.58%
G = 26.59%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE8EBA (or 0xCE8EBA) is known color: Lily. HEX triplet: CE, 8E and BA. RGB value is (206,142,186). Sum of RGB (Red+Green+Blue) = 206+142+186=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 142 (55.86% from 255 or 26.59% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8EBA is #317145. Grayscale: #A6A6A6. Windows color (decimal): -3240262 or 12226254. OLE color: 12226254.

HSL color Cylindrical-coordinate representation of color #CE8EBA: hue angle of 318.75º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CE8EBA is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 142 186 -
CMYK 0 0.31 0.10 0.19
HSL 318.75º 0.4% 0.68% -
HSV(B) 318.75º 0.31% 0.81% -
XYZ 43.99 36.01 51.09 -
YUV 166.15 139.2 156.42 -
System Red Green Blue C M Y K H S L
Decimal 206 142 186 0 0.31 0.10 0.19 318.75 0.4 0.68
Hex CE 8E BA 0 1F A 13 13F 28 44
Octal 316 216 272 0 37 12 23 477 50 104
Binary 11001110 10001110 10111010 0 11111 1010 10011 100111111 101000 1000100

Color Harmonies of #CE8EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8EBA

Black with #CE8EBA

Text Example


Text Example

White with #CE8EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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