Html Css Color HEX #CE90BE Lily

📋 copy color: '#CE90BE'

red 206 ◦ green 144 ◦ blue 190

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

Shades of Lily #CE90BE

Tints of Lily #CE90BE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.67%

 BLUE value IS 190 (74.61% from 255) = 35.19%

R = 38.15%
G = 26.67%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE90BE (or 0xCE90BE) is known color: Lily. HEX triplet: CE, 90 and BE. RGB value is (206,144,190). Sum of RGB (Red+Green+Blue) = 206+144+190=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 206 - color contains mainly: red. Hex color #CE90BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE90BE is #316F41. Grayscale: #A7A7A7. Windows color (decimal): -3239746 or 12488910. OLE color: 12488910.

HSL color Cylindrical-coordinate representation of color #CE90BE: hue angle of 315.48º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CE90BE is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 144 190 -
CMYK 0 0.30 0.08 0.19
HSL 315.48º 0.39% 0.69% -
HSV(B) 315.48º 0.3% 0.81% -
XYZ 44.72 36.79 53.46 -
YUV 167.78 140.54 155.26 -
System Red Green Blue C M Y K H S L
Decimal 206 144 190 0 0.30 0.08 0.19 315.48 0.39 0.69
Hex CE 90 BE 0 1E 8 13 13B 27 45
Octal 316 220 276 0 36 10 23 473 47 105
Binary 11001110 10010000 10111110 0 11110 1000 10011 100111011 100111 1000101

Color Harmonies of #CE90BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE90BE

Black with #CE90BE

Text Example


Text Example

White with #CE90BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE90BE; }

 p { color: rgb(206,144,190); }

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

background-color css

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

 a { background-color: rgb(206,144,190); }

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

border-color css

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

 span { border-color: rgb(206,144,190); }

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