Html Css Color HEX #CE95B2 Lily

📋 copy color: '#CE95B2'

red 206 ◦ green 149 ◦ blue 178

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

Shades of Lily #CE95B2

Tints of Lily #CE95B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.4%

R = 38.65%
G = 27.95%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE95B2 (or 0xCE95B2) is known color: Lily. HEX triplet: CE, 95 and B2. RGB value is (206,149,178). Sum of RGB (Red+Green+Blue) = 206+149+178=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 206 - color contains mainly: red. Hex color #CE95B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE95B2 is #316A4D. Grayscale: #A9A9A9. Windows color (decimal): -3238478 or 11703758. OLE color: 11703758.

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

Color convert

RGB 206 149 178 -
CMYK 0 0.28 0.14 0.19
HSL 329.47º 0.37% 0.7% -
HSV(B) 329.47º 0.28% 0.81% -
XYZ 44.24 37.83 47.09 -
YUV 169.35 132.88 154.14 -
System Red Green Blue C M Y K H S L
Decimal 206 149 178 0 0.28 0.14 0.19 329.47 0.37 0.7
Hex CE 95 B2 0 1C E 13 149 25 46
Octal 316 225 262 0 34 16 23 511 45 106
Binary 11001110 10010101 10110010 0 11100 1110 10011 101001001 100101 1000110

Color Harmonies of #CE95B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE95B2

Black with #CE95B2

Text Example


Text Example

White with #CE95B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE95B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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