Html Css Color HEX #CE85AF Lily

📋 copy color: '#CE85AF'

red 206 ◦ green 133 ◦ blue 175

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

Shades of Lily #CE85AF

Tints of Lily #CE85AF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.88%

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

R = 40.08%
G = 25.88%
B = 34.05%

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

#CE85AF (or 0xCE85AF) is known color: Lily. HEX triplet: CE, 85 and AF. RGB value is (206,133,175). Sum of RGB (Red+Green+Blue) = 206+133+175=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 133 (52.34% from 255 or 25.88% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CE85AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE85AF is #317A50. Grayscale: #9F9F9F. Windows color (decimal): -3242577 or 11503054. OLE color: 11503054.

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

Color convert

RGB 206 133 175 -
CMYK 0 0.35 0.15 0.19
HSL 325.48º 0.43% 0.66% -
HSV(B) 325.48º 0.35% 0.81% -
XYZ 41.58 32.99 44.73 -
YUV 159.62 136.68 161.08 -
System Red Green Blue C M Y K H S L
Decimal 206 133 175 0 0.35 0.15 0.19 325.48 0.43 0.66
Hex CE 85 AF 0 23 F 13 145 2B 42
Octal 316 205 257 0 43 17 23 505 53 102
Binary 11001110 10000101 10101111 0 100011 1111 10011 101000101 101011 1000010

Color Harmonies of #CE85AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE85AF

Black with #CE85AF

Text Example


Text Example

White with #CE85AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE85AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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