Html Css Color HEX #CE8CBD Lily

📋 copy color: '#CE8CBD'

red 206 ◦ green 140 ◦ blue 189

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

Shades of Lily #CE8CBD

Tints of Lily #CE8CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.33%

R = 38.5%
G = 26.17%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE8CBD (or 0xCE8CBD) is known color: Lily. HEX triplet: CE, 8C and BD. RGB value is (206,140,189). Sum of RGB (Red+Green+Blue) = 206+140+189=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8CBD is #317342. Grayscale: #A5A5A5. Windows color (decimal): -3240771 or 12422350. OLE color: 12422350.

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

Color convert

RGB 206 140 189 -
CMYK 0 0.32 0.08 0.19
HSL 315.45º 0.4% 0.68% -
HSV(B) 315.45º 0.32% 0.81% -
XYZ 44.02 35.55 52.69 -
YUV 165.32 141.37 157.02 -
System Red Green Blue C M Y K H S L
Decimal 206 140 189 0 0.32 0.08 0.19 315.45 0.4 0.68
Hex CE 8C BD 0 20 8 13 13B 28 44
Octal 316 214 275 0 40 10 23 473 50 104
Binary 11001110 10001100 10111101 0 100000 1000 10011 100111011 101000 1000100

Color Harmonies of #CE8CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8CBD

Black with #CE8CBD

Text Example


Text Example

White with #CE8CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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