Html Css Color HEX #CE96B7 Lily

📋 copy color: '#CE96B7'

red 206 ◦ green 150 ◦ blue 183

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

Shades of Lily #CE96B7

Tints of Lily #CE96B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.95%

R = 38.22%
G = 27.83%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CE96B7 (or 0xCE96B7) is known color: Lily. HEX triplet: CE, 96 and B7. RGB value is (206,150,183). Sum of RGB (Red+Green+Blue) = 206+150+183=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 183 (71.88% from 255 or 33.95% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CE96B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE96B7 is #316948. Grayscale: #AAAAAA. Windows color (decimal): -3238217 or 12031694. OLE color: 12031694.

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

Color convert

RGB 206 150 183 -
CMYK 0 0.27 0.11 0.19
HSL 324.64º 0.36% 0.7% -
HSV(B) 324.64º 0.27% 0.81% -
XYZ 44.91 38.35 49.84 -
YUV 170.51 135.05 153.32 -
System Red Green Blue C M Y K H S L
Decimal 206 150 183 0 0.27 0.11 0.19 324.64 0.36 0.7
Hex CE 96 B7 0 1B B 13 145 24 46
Octal 316 226 267 0 33 13 23 505 44 106
Binary 11001110 10010110 10110111 0 11011 1011 10011 101000101 100100 1000110

Color Harmonies of #CE96B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE96B7

Black with #CE96B7

Text Example


Text Example

White with #CE96B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE96B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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