Html Css Color HEX #CF8AAE Lily

📋 copy color: '#CF8AAE'

red 207 ◦ green 138 ◦ blue 174

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

Shades of Lily #CF8AAE

Tints of Lily #CF8AAE

RGB

 RED value IS 207 (81.25% from 255) = 39.88%

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

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

R = 39.88%
G = 26.59%
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

#CF8AAE (or 0xCF8AAE) is known color: Lily. HEX triplet: CF, 8A and AE. RGB value is (207,138,174). Sum of RGB (Red+Green+Blue) = 207+138+174=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8AAE is #307551. Grayscale: #A2A2A2. Windows color (decimal): -3175762 or 11438799. OLE color: 11438799.

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

Color convert

RGB 207 138 174 -
CMYK 0 0.33 0.16 0.19
HSL 328.7º 0.42% 0.68% -
HSV(B) 328.7º 0.33% 0.81% -
XYZ 42.46 34.5 44.47 -
YUV 162.74 134.36 159.57 -
System Red Green Blue C M Y K H S L
Decimal 207 138 174 0 0.33 0.16 0.19 328.7 0.42 0.68
Hex CF 8A AE 0 21 10 13 149 2A 44
Octal 317 212 256 0 41 20 23 511 52 104
Binary 11001111 10001010 10101110 0 100001 10000 10011 101001001 101010 1000100

Color Harmonies of #CF8AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8AAE

Black with #CF8AAE

Text Example


Text Example

White with #CF8AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8AAE; }

 p { color: rgb(207,138,174); }

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

background-color css

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

 a { background-color: rgb(207,138,174); }

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

border-color css

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

 span { border-color: rgb(207,138,174); }

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