Html Css Color HEX #CE8CBA Lily

📋 copy color: '#CE8CBA'

red 206 ◦ green 140 ◦ blue 186

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

Shades of Lily #CE8CBA

Tints of Lily #CE8CBA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.32%

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

R = 38.72%
G = 26.32%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE8CBA (or 0xCE8CBA) is known color: Lily. HEX triplet: CE, 8C and BA. RGB value is (206,140,186). Sum of RGB (Red+Green+Blue) = 206+140+186=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8CBA is #317345. Grayscale: #A4A4A4. Windows color (decimal): -3240774 or 12225742. OLE color: 12225742.

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

Color convert

RGB 206 140 186 -
CMYK 0 0.32 0.10 0.19
HSL 318.18º 0.4% 0.68% -
HSV(B) 318.18º 0.32% 0.81% -
XYZ 43.69 35.42 50.99 -
YUV 164.98 139.87 157.26 -
System Red Green Blue C M Y K H S L
Decimal 206 140 186 0 0.32 0.10 0.19 318.18 0.4 0.68
Hex CE 8C BA 0 20 A 13 13E 28 44
Octal 316 214 272 0 40 12 23 476 50 104
Binary 11001110 10001100 10111010 0 100000 1010 10011 100111110 101000 1000100

Color Harmonies of #CE8CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8CBA

Black with #CE8CBA

Text Example


Text Example

White with #CE8CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8CBA; }

 p { color: rgb(206,140,186); }

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

background-color css

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

 a { background-color: rgb(206,140,186); }

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

border-color css

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

 span { border-color: rgb(206,140,186); }

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