Html Css Color HEX #CE8AAF Lily

📋 copy color: '#CE8AAF'

red 206 ◦ green 138 ◦ blue 175

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

Shades of Lily #CE8AAF

Tints of Lily #CE8AAF

RGB

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

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

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

R = 39.69%
G = 26.59%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE8AAF (or 0xCE8AAF) is known color: Lily. HEX triplet: CE, 8A and AF. RGB value is (206,138,175). Sum of RGB (Red+Green+Blue) = 206+138+175=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8AAF is #317550. Grayscale: #A2A2A2. Windows color (decimal): -3241297 or 11504334. OLE color: 11504334.

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

Color convert

RGB 206 138 175 -
CMYK 0 0.33 0.15 0.19
HSL 327.35º 0.41% 0.67% -
HSV(B) 327.35º 0.33% 0.81% -
XYZ 42.28 34.39 44.97 -
YUV 162.55 135.03 158.99 -
System Red Green Blue C M Y K H S L
Decimal 206 138 175 0 0.33 0.15 0.19 327.35 0.41 0.67
Hex CE 8A AF 0 21 F 13 147 29 43
Octal 316 212 257 0 41 17 23 507 51 103
Binary 11001110 10001010 10101111 0 100001 1111 10011 101000111 101001 1000011

Color Harmonies of #CE8AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8AAF

Black with #CE8AAF

Text Example


Text Example

White with #CE8AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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