Html Css Color HEX #CE86AF Lily

📋 copy color: '#CE86AF'

red 206 ◦ green 134 ◦ blue 175

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

Shades of Lily #CE86AF

Tints of Lily #CE86AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.98%

R = 40%
G = 26.02%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE86AF (or 0xCE86AF) is known color: Lily. HEX triplet: CE, 86 and AF. RGB value is (206,134,175). Sum of RGB (Red+Green+Blue) = 206+134+175=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 134 (52.73% from 255 or 26.02% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CE86AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE86AF is #317950. Grayscale: #A0A0A0. Windows color (decimal): -3242321 or 11503310. OLE color: 11503310.

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

Color convert

RGB 206 134 175 -
CMYK 0 0.35 0.15 0.19
HSL 325.83º 0.42% 0.67% -
HSV(B) 325.83º 0.35% 0.81% -
XYZ 41.72 33.27 44.78 -
YUV 160.2 136.35 160.67 -
System Red Green Blue C M Y K H S L
Decimal 206 134 175 0 0.35 0.15 0.19 325.83 0.42 0.67
Hex CE 86 AF 0 23 F 13 146 2A 43
Octal 316 206 257 0 43 17 23 506 52 103
Binary 11001110 10000110 10101111 0 100011 1111 10011 101000110 101010 1000011

Color Harmonies of #CE86AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE86AF

Black with #CE86AF

Text Example


Text Example

White with #CE86AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE86AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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