Html Css Color HEX #CE82AE Lily

📋 copy color: '#CE82AE'

red 206 ◦ green 130 ◦ blue 174

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

Shades of Lily #CE82AE

Tints of Lily #CE82AE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.49%

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

R = 40.39%
G = 25.49%
B = 34.12%

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

#CE82AE (or 0xCE82AE) is known color: Lily. HEX triplet: CE, 82 and AE. RGB value is (206,130,174). Sum of RGB (Red+Green+Blue) = 206+130+174=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 174 (68.36% from 255 or 34.12% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CE82AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE82AE is #317D51. Grayscale: #9D9D9D. Windows color (decimal): -3243346 or 11436750. OLE color: 11436750.

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

Color convert

RGB 206 130 174 -
CMYK 0 0.37 0.16 0.19
HSL 325.26º 0.44% 0.66% -
HSV(B) 325.26º 0.37% 0.81% -
XYZ 41.08 32.14 44.08 -
YUV 157.74 137.18 162.42 -
System Red Green Blue C M Y K H S L
Decimal 206 130 174 0 0.37 0.16 0.19 325.26 0.44 0.66
Hex CE 82 AE 0 25 10 13 145 2C 42
Octal 316 202 256 0 45 20 23 505 54 102
Binary 11001110 10000010 10101110 0 100101 10000 10011 101000101 101100 1000010

Color Harmonies of #CE82AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE82AE

Black with #CE82AE

Text Example


Text Example

White with #CE82AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE82AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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