Html Css Color HEX #CE86B5 Lily

📋 copy color: '#CE86B5'

red 206 ◦ green 134 ◦ blue 181

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

Shades of Lily #CE86B5

Tints of Lily #CE86B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.74%

R = 39.54%
G = 25.72%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CE86B5 (or 0xCE86B5) is known color: Lily. HEX triplet: CE, 86 and B5. RGB value is (206,134,181). Sum of RGB (Red+Green+Blue) = 206+134+181=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 134 (52.73% from 255 or 25.72% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CE86B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE86B5 is #31794A. Grayscale: #A0A0A0. Windows color (decimal): -3242315 or 11896526. OLE color: 11896526.

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

Color convert

RGB 206 134 181 -
CMYK 0 0.35 0.12 0.19
HSL 320.83º 0.42% 0.67% -
HSV(B) 320.83º 0.35% 0.81% -
XYZ 42.32 33.51 47.95 -
YUV 160.89 139.35 160.18 -
System Red Green Blue C M Y K H S L
Decimal 206 134 181 0 0.35 0.12 0.19 320.83 0.42 0.67
Hex CE 86 B5 0 23 C 13 141 2A 43
Octal 316 206 265 0 43 14 23 501 52 103
Binary 11001110 10000110 10110101 0 100011 1100 10011 101000001 101010 1000011

Color Harmonies of #CE86B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE86B5

Black with #CE86B5

Text Example


Text Example

White with #CE86B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE86B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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