Html Css Color HEX #CE85AD Lily

📋 copy color: '#CE85AD'

red 206 ◦ green 133 ◦ blue 173

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

Shades of Lily #CE85AD

Tints of Lily #CE85AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.79%

R = 40.23%
G = 25.98%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CE85AD (or 0xCE85AD) is known color: Lily. HEX triplet: CE, 85 and AD. RGB value is (206,133,173). Sum of RGB (Red+Green+Blue) = 206+133+173=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CE85AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE85AD is #317A52. Grayscale: #9F9F9F. Windows color (decimal): -3242579 or 11371982. OLE color: 11371982.

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

Color convert

RGB 206 133 173 -
CMYK 0 0.35 0.16 0.19
HSL 327.12º 0.43% 0.66% -
HSV(B) 327.12º 0.35% 0.81% -
XYZ 41.38 32.91 43.71 -
YUV 159.39 135.68 161.25 -
System Red Green Blue C M Y K H S L
Decimal 206 133 173 0 0.35 0.16 0.19 327.12 0.43 0.66
Hex CE 85 AD 0 23 10 13 147 2B 42
Octal 316 205 255 0 43 20 23 507 53 102
Binary 11001110 10000101 10101101 0 100011 10000 10011 101000111 101011 1000010

Color Harmonies of #CE85AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE85AD

Black with #CE85AD

Text Example


Text Example

White with #CE85AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE85AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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