Html Css Color HEX #CE86BD Lily

📋 copy color: '#CE86BD'

red 206 ◦ green 134 ◦ blue 189

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

Shades of Lily #CE86BD

Tints of Lily #CE86BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.73%

R = 38.94%
G = 25.33%
B = 35.73%

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

#CE86BD (or 0xCE86BD) is known color: Lily. HEX triplet: CE, 86 and BD. RGB value is (206,134,189). Sum of RGB (Red+Green+Blue) = 206+134+189=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 134 (52.73% from 255 or 25.33% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 206 - color contains mainly: red. Hex color #CE86BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE86BD is #317942. Grayscale: #A1A1A1. Windows color (decimal): -3242307 or 12420814. OLE color: 12420814.

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

Color convert

RGB 206 134 189 -
CMYK 0 0.35 0.08 0.19
HSL 314.17º 0.42% 0.67% -
HSV(B) 314.17º 0.35% 0.81% -
XYZ 43.16 33.85 52.4 -
YUV 161.8 143.35 159.53 -
System Red Green Blue C M Y K H S L
Decimal 206 134 189 0 0.35 0.08 0.19 314.17 0.42 0.67
Hex CE 86 BD 0 23 8 13 13A 2A 43
Octal 316 206 275 0 43 10 23 472 52 103
Binary 11001110 10000110 10111101 0 100011 1000 10011 100111010 101010 1000011

Color Harmonies of #CE86BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE86BD

Black with #CE86BD

Text Example


Text Example

White with #CE86BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE86BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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