Html Css Color HEX #CE8AAD Lily

📋 copy color: '#CE8AAD'

red 206 ◦ green 138 ◦ blue 173

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

Shades of Lily #CE8AAD

Tints of Lily #CE8AAD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.69%

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

R = 39.85%
G = 26.69%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CE8AAD (or 0xCE8AAD) is known color: Lily. HEX triplet: CE, 8A and AD. RGB value is (206,138,173). Sum of RGB (Red+Green+Blue) = 206+138+173=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8AAD is #317552. Grayscale: #A2A2A2. Windows color (decimal): -3241299 or 11373262. OLE color: 11373262.

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

Color convert

RGB 206 138 173 -
CMYK 0 0.33 0.16 0.19
HSL 329.12º 0.41% 0.67% -
HSV(B) 329.12º 0.33% 0.81% -
XYZ 42.08 34.32 43.94 -
YUV 162.32 134.03 159.15 -
System Red Green Blue C M Y K H S L
Decimal 206 138 173 0 0.33 0.16 0.19 329.12 0.41 0.67
Hex CE 8A AD 0 21 10 13 149 29 43
Octal 316 212 255 0 41 20 23 511 51 103
Binary 11001110 10001010 10101101 0 100001 10000 10011 101001001 101001 1000011

Color Harmonies of #CE8AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8AAD

Black with #CE8AAD

Text Example


Text Example

White with #CE8AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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