Html Css Color HEX #CE8EBE Lily

📋 copy color: '#CE8EBE'

red 206 ◦ green 142 ◦ blue 190

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

Shades of Lily #CE8EBE

Tints of Lily #CE8EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.32%

R = 38.29%
G = 26.39%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE8EBE (or 0xCE8EBE) is known color: Lily. HEX triplet: CE, 8E and BE. RGB value is (206,142,190). Sum of RGB (Red+Green+Blue) = 206+142+190=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 142 (55.86% from 255 or 26.39% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8EBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8EBE is #317141. Grayscale: #A6A6A6. Windows color (decimal): -3240258 or 12488398. OLE color: 12488398.

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

Color convert

RGB 206 142 190 -
CMYK 0 0.31 0.08 0.19
HSL 315º 0.4% 0.68% -
HSV(B) 315º 0.31% 0.81% -
XYZ 44.42 36.19 53.36 -
YUV 166.61 141.2 156.1 -
System Red Green Blue C M Y K H S L
Decimal 206 142 190 0 0.31 0.08 0.19 315 0.4 0.68
Hex CE 8E BE 0 1F 8 13 13B 28 44
Octal 316 216 276 0 37 10 23 473 50 104
Binary 11001110 10001110 10111110 0 11111 1000 10011 100111011 101000 1000100

Color Harmonies of #CE8EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8EBE

Black with #CE8EBE

Text Example


Text Example

White with #CE8EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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