Html Css Color HEX #CE86BE Lily

📋 copy color: '#CE86BE'

red 206 ◦ green 134 ◦ blue 190

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

Shades of Lily #CE86BE

Tints of Lily #CE86BE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.28%

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

R = 38.87%
G = 25.28%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE86BE (or 0xCE86BE) is known color: Lily. HEX triplet: CE, 86 and BE. RGB value is (206,134,190). Sum of RGB (Red+Green+Blue) = 206+134+190=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 134 (52.73% from 255 or 25.28% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 206 - color contains mainly: red. Hex color #CE86BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE86BE is #317941. Grayscale: #A1A1A1. Windows color (decimal): -3242306 or 12486350. OLE color: 12486350.

HSL color Cylindrical-coordinate representation of color #CE86BE: hue angle of 313.33º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE86BE is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 134 190 -
CMYK 0 0.35 0.08 0.19
HSL 313.33º 0.42% 0.67% -
HSV(B) 313.33º 0.35% 0.81% -
XYZ 43.27 33.89 52.98 -
YUV 161.91 143.85 159.45 -
System Red Green Blue C M Y K H S L
Decimal 206 134 190 0 0.35 0.08 0.19 313.33 0.42 0.67
Hex CE 86 BE 0 23 8 13 139 2A 43
Octal 316 206 276 0 43 10 23 471 52 103
Binary 11001110 10000110 10111110 0 100011 1000 10011 100111001 101010 1000011

Color Harmonies of #CE86BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE86BE

Black with #CE86BE

Text Example


Text Example

White with #CE86BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE86BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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