Html Css Color HEX #CE96BE Lily

📋 copy color: '#CE96BE'

red 206 ◦ green 150 ◦ blue 190

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

Shades of Lily #CE96BE

Tints of Lily #CE96BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.8%

R = 37.73%
G = 27.47%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE96BE (or 0xCE96BE) is known color: Lily. HEX triplet: CE, 96 and BE. RGB value is (206,150,190). Sum of RGB (Red+Green+Blue) = 206+150+190=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 206 - color contains mainly: red. Hex color #CE96BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE96BE is #316941. Grayscale: #ABABAB. Windows color (decimal): -3238210 or 12490446. OLE color: 12490446.

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

Color convert

RGB 206 150 190 -
CMYK 0 0.27 0.08 0.19
HSL 317.14º 0.36% 0.7% -
HSV(B) 317.14º 0.27% 0.81% -
XYZ 45.65 38.65 53.77 -
YUV 171.3 138.55 152.75 -
System Red Green Blue C M Y K H S L
Decimal 206 150 190 0 0.27 0.08 0.19 317.14 0.36 0.7
Hex CE 96 BE 0 1B 8 13 13D 24 46
Octal 316 226 276 0 33 10 23 475 44 106
Binary 11001110 10010110 10111110 0 11011 1000 10011 100111101 100100 1000110

Color Harmonies of #CE96BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE96BE

Black with #CE96BE

Text Example


Text Example

White with #CE96BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE96BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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