Html Css Color HEX #CE96B3 Lily

📋 copy color: '#CE96B3'

red 206 ◦ green 150 ◦ blue 179

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

Shades of Lily #CE96B3

Tints of Lily #CE96B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.46%

R = 38.5%
G = 28.04%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CE96B3 (or 0xCE96B3) is known color: Lily. HEX triplet: CE, 96 and B3. RGB value is (206,150,179). Sum of RGB (Red+Green+Blue) = 206+150+179=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 179 (70.31% from 255 or 33.46% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CE96B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE96B3 is #31694C. Grayscale: #A9A9A9. Windows color (decimal): -3238221 or 11769550. OLE color: 11769550.

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

Color convert

RGB 206 150 179 -
CMYK 0 0.27 0.13 0.19
HSL 328.93º 0.36% 0.7% -
HSV(B) 328.93º 0.27% 0.81% -
XYZ 44.5 38.19 47.67 -
YUV 170.05 133.05 153.64 -
System Red Green Blue C M Y K H S L
Decimal 206 150 179 0 0.27 0.13 0.19 328.93 0.36 0.7
Hex CE 96 B3 0 1B D 13 149 24 46
Octal 316 226 263 0 33 15 23 511 44 106
Binary 11001110 10010110 10110011 0 11011 1101 10011 101001001 100100 1000110

Color Harmonies of #CE96B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE96B3

Black with #CE96B3

Text Example


Text Example

White with #CE96B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE96B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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