Html Css Color HEX #CE94BE Lily

📋 copy color: '#CE94BE'

red 206 ◦ green 148 ◦ blue 190

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

Shades of Lily #CE94BE

Tints of Lily #CE94BE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.21%

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

R = 37.87%
G = 27.21%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE94BE (or 0xCE94BE) is known color: Lily. HEX triplet: CE, 94 and BE. RGB value is (206,148,190). Sum of RGB (Red+Green+Blue) = 206+148+190=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 148 (58.20% from 255 or 27.21% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 206 - color contains mainly: red. Hex color #CE94BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE94BE is #316B41. Grayscale: #AAAAAA. Windows color (decimal): -3238722 or 12489934. OLE color: 12489934.

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

Color convert

RGB 206 148 190 -
CMYK 0 0.28 0.08 0.19
HSL 316.55º 0.37% 0.69% -
HSV(B) 316.55º 0.28% 0.81% -
XYZ 45.34 38.02 53.66 -
YUV 170.13 139.22 153.58 -
System Red Green Blue C M Y K H S L
Decimal 206 148 190 0 0.28 0.08 0.19 316.55 0.37 0.69
Hex CE 94 BE 0 1C 8 13 13D 25 45
Octal 316 224 276 0 34 10 23 475 45 105
Binary 11001110 10010100 10111110 0 11100 1000 10011 100111101 100101 1000101

Color Harmonies of #CE94BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE94BE

Black with #CE94BE

Text Example


Text Example

White with #CE94BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE94BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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