Html Css Color HEX #CE8BAE Lily

📋 copy color: '#CE8BAE'

red 206 ◦ green 139 ◦ blue 174

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

Shades of Lily #CE8BAE

Tints of Lily #CE8BAE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.78%

 BLUE value IS 174 (68.36% from 255) = 33.53%

R = 39.69%
G = 26.78%
B = 33.53%

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

#CE8BAE (or 0xCE8BAE) is known color: Lily. HEX triplet: CE, 8B and AE. RGB value is (206,139,174). Sum of RGB (Red+Green+Blue) = 206+139+174=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8BAE is #317451. Grayscale: #A2A2A2. Windows color (decimal): -3241042 or 11439054. OLE color: 11439054.

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

Color convert

RGB 206 139 174 -
CMYK 0 0.33 0.16 0.19
HSL 328.66º 0.41% 0.68% -
HSV(B) 328.66º 0.33% 0.81% -
XYZ 42.33 34.64 44.5 -
YUV 163.02 134.2 158.65 -
System Red Green Blue C M Y K H S L
Decimal 206 139 174 0 0.33 0.16 0.19 328.66 0.41 0.68
Hex CE 8B AE 0 21 10 13 149 29 44
Octal 316 213 256 0 41 20 23 511 51 104
Binary 11001110 10001011 10101110 0 100001 10000 10011 101001001 101001 1000100

Color Harmonies of #CE8BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8BAE

Black with #CE8BAE

Text Example


Text Example

White with #CE8BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8BAE; }

 p { color: rgb(206,139,174); }

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

background-color css

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

 a { background-color: rgb(206,139,174); }

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

border-color css

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

 span { border-color: rgb(206,139,174); }

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