Html Css Color HEX #CE86B2 Lily

📋 copy color: '#CE86B2'

red 206 ◦ green 134 ◦ blue 178

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

Shades of Lily #CE86B2

Tints of Lily #CE86B2

RGB

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

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

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

R = 39.77%
G = 25.87%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE86B2 (or 0xCE86B2) is known color: Lily. HEX triplet: CE, 86 and B2. RGB value is (206,134,178). Sum of RGB (Red+Green+Blue) = 206+134+178=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 134 (52.73% from 255 or 25.87% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CE86B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE86B2 is #31794D. Grayscale: #A0A0A0. Windows color (decimal): -3242318 or 11699918. OLE color: 11699918.

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

Color convert

RGB 206 134 178 -
CMYK 0 0.35 0.14 0.19
HSL 323.33º 0.42% 0.67% -
HSV(B) 323.33º 0.35% 0.81% -
XYZ 42.01 33.39 46.35 -
YUV 160.54 137.85 160.42 -
System Red Green Blue C M Y K H S L
Decimal 206 134 178 0 0.35 0.14 0.19 323.33 0.42 0.67
Hex CE 86 B2 0 23 E 13 143 2A 43
Octal 316 206 262 0 43 16 23 503 52 103
Binary 11001110 10000110 10110010 0 100011 1110 10011 101000011 101010 1000011

Color Harmonies of #CE86B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE86B2

Black with #CE86B2

Text Example


Text Example

White with #CE86B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE86B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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