Html Css Color HEX #CE84AE Lily

📋 copy color: '#CE84AE'

red 206 ◦ green 132 ◦ blue 174

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

Shades of Lily #CE84AE

Tints of Lily #CE84AE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.78%

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

R = 40.23%
G = 25.78%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CE84AE (or 0xCE84AE) is known color: Lily. HEX triplet: CE, 84 and AE. RGB value is (206,132,174). Sum of RGB (Red+Green+Blue) = 206+132+174=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CE84AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE84AE is #317B51. Grayscale: #9E9E9E. Windows color (decimal): -3242834 or 11437262. OLE color: 11437262.

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

Color convert

RGB 206 132 174 -
CMYK 0 0.36 0.16 0.19
HSL 325.95º 0.43% 0.66% -
HSV(B) 325.95º 0.36% 0.81% -
XYZ 41.34 32.68 44.17 -
YUV 158.91 136.52 161.58 -
System Red Green Blue C M Y K H S L
Decimal 206 132 174 0 0.36 0.16 0.19 325.95 0.43 0.66
Hex CE 84 AE 0 24 10 13 146 2B 42
Octal 316 204 256 0 44 20 23 506 53 102
Binary 11001110 10000100 10101110 0 100100 10000 10011 101000110 101011 1000010

Color Harmonies of #CE84AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE84AE

Black with #CE84AE

Text Example


Text Example

White with #CE84AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE84AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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