Html Css Color HEX #CF8EBA Lily

📋 copy color: '#CF8EBA'

red 207 ◦ green 142 ◦ blue 186

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

Shades of Lily #CF8EBA

Tints of Lily #CF8EBA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.54%

 BLUE value IS 186 (73.05% from 255) = 34.77%

R = 38.69%
G = 26.54%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF8EBA (or 0xCF8EBA) is known color: Lily. HEX triplet: CF, 8E and BA. RGB value is (207,142,186). Sum of RGB (Red+Green+Blue) = 207+142+186=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 142 (55.86% from 255 or 26.54% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8EBA is #307145. Grayscale: #A6A6A6. Windows color (decimal): -3174726 or 12226255. OLE color: 12226255.

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

Color convert

RGB 207 142 186 -
CMYK 0 0.31 0.10 0.19
HSL 319.38º 0.4% 0.68% -
HSV(B) 319.38º 0.31% 0.81% -
XYZ 44.27 36.16 51.1 -
YUV 166.45 139.03 156.92 -
System Red Green Blue C M Y K H S L
Decimal 207 142 186 0 0.31 0.10 0.19 319.38 0.4 0.68
Hex CF 8E BA 0 1F A 13 13F 28 44
Octal 317 216 272 0 37 12 23 477 50 104
Binary 11001111 10001110 10111010 0 11111 1010 10011 100111111 101000 1000100

Color Harmonies of #CF8EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8EBA

Black with #CF8EBA

Text Example


Text Example

White with #CF8EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8EBA; }

 p { color: rgb(207,142,186); }

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

background-color css

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

 a { background-color: rgb(207,142,186); }

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

border-color css

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

 span { border-color: rgb(207,142,186); }

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