Html Css Color HEX #CE81AD Lily

📋 copy color: '#CE81AD'

red 206 ◦ green 129 ◦ blue 173

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

Shades of Lily #CE81AD

Tints of Lily #CE81AD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.39%

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

R = 40.55%
G = 25.39%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CE81AD (or 0xCE81AD) is known color: Lily. HEX triplet: CE, 81 and AD. RGB value is (206,129,173). Sum of RGB (Red+Green+Blue) = 206+129+173=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CE81AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE81AD is #317E52. Grayscale: #9C9C9C. Windows color (decimal): -3243603 or 11370958. OLE color: 11370958.

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

Color convert

RGB 206 129 173 -
CMYK 0 0.37 0.16 0.19
HSL 325.71º 0.44% 0.66% -
HSV(B) 325.71º 0.37% 0.81% -
XYZ 40.85 31.84 43.53 -
YUV 157.04 137.01 162.92 -
System Red Green Blue C M Y K H S L
Decimal 206 129 173 0 0.37 0.16 0.19 325.71 0.44 0.66
Hex CE 81 AD 0 25 10 13 146 2C 42
Octal 316 201 255 0 45 20 23 506 54 102
Binary 11001110 10000001 10101101 0 100101 10000 10011 101000110 101100 1000010

Color Harmonies of #CE81AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE81AD

Black with #CE81AD

Text Example


Text Example

White with #CE81AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE81AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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