Html Css Color HEX #CE95B5 Lily

📋 copy color: '#CE95B5'

red 206 ◦ green 149 ◦ blue 181

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

Shades of Lily #CE95B5

Tints of Lily #CE95B5

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.8%

 BLUE value IS 181 (71.09% from 255) = 33.77%

R = 38.43%
G = 27.8%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CE95B5 (or 0xCE95B5) is known color: Lily. HEX triplet: CE, 95 and B5. RGB value is (206,149,181). Sum of RGB (Red+Green+Blue) = 206+149+181=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 181 (71.09% from 255 or 33.77% from 536); Max value from RGB is 206 - color contains mainly: red. Hex color #CE95B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE95B5 is #316A4A. Grayscale: #A9A9A9. Windows color (decimal): -3238475 or 11900366. OLE color: 11900366.

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

Color convert

RGB 206 149 181 -
CMYK 0 0.28 0.12 0.19
HSL 326.32º 0.37% 0.7% -
HSV(B) 326.32º 0.28% 0.81% -
XYZ 44.54 37.95 48.69 -
YUV 169.69 134.38 153.9 -
System Red Green Blue C M Y K H S L
Decimal 206 149 181 0 0.28 0.12 0.19 326.32 0.37 0.7
Hex CE 95 B5 0 1C C 13 146 25 46
Octal 316 225 265 0 34 14 23 506 45 106
Binary 11001110 10010101 10110101 0 11100 1100 10011 101000110 100101 1000110

Color Harmonies of #CE95B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE95B5

Black with #CE95B5

Text Example


Text Example

White with #CE95B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE95B5; }

 p { color: rgb(206,149,181); }

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

background-color css

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

 a { background-color: rgb(206,149,181); }

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

border-color css

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

 span { border-color: rgb(206,149,181); }

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