Html Css Color HEX #CE96B5 Lily

📋 copy color: '#CE96B5'

red 206 ◦ green 150 ◦ blue 181

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

Shades of Lily #CE96B5

Tints of Lily #CE96B5

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.93%

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

R = 38.36%
G = 27.93%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CE96B5 (or 0xCE96B5) is known color: Lily. HEX triplet: CE, 96 and B5. RGB value is (206,150,181). Sum of RGB (Red+Green+Blue) = 206+150+181=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 181 (71.09% from 255 or 33.71% from 537); Max value from RGB is 206 - color contains mainly: red. Hex color #CE96B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE96B5 is #31694A. Grayscale: #AAAAAA. Windows color (decimal): -3238219 or 11900622. OLE color: 11900622.

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

Color convert

RGB 206 150 181 -
CMYK 0 0.27 0.12 0.19
HSL 326.79º 0.36% 0.7% -
HSV(B) 326.79º 0.27% 0.81% -
XYZ 44.7 38.27 48.75 -
YUV 170.28 134.05 153.48 -
System Red Green Blue C M Y K H S L
Decimal 206 150 181 0 0.27 0.12 0.19 326.79 0.36 0.7
Hex CE 96 B5 0 1B C 13 147 24 46
Octal 316 226 265 0 33 14 23 507 44 106
Binary 11001110 10010110 10110101 0 11011 1100 10011 101000111 100100 1000110

Color Harmonies of #CE96B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE96B5

Black with #CE96B5

Text Example


Text Example

White with #CE96B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE96B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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