Html Css Color HEX #CE96B2 Lily

📋 copy color: '#CE96B2'

red 206 ◦ green 150 ◦ blue 178

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

Shades of Lily #CE96B2

Tints of Lily #CE96B2

RGB

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

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

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

R = 38.58%
G = 28.09%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE96B2 (or 0xCE96B2) is known color: Lily. HEX triplet: CE, 96 and B2. RGB value is (206,150,178). Sum of RGB (Red+Green+Blue) = 206+150+178=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 178 (69.92% from 255 or 33.33% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CE96B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE96B2 is #31694D. Grayscale: #A9A9A9. Windows color (decimal): -3238222 or 11704014. OLE color: 11704014.

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

Color convert

RGB 206 150 178 -
CMYK 0 0.27 0.14 0.19
HSL 330º 0.36% 0.7% -
HSV(B) 330º 0.27% 0.81% -
XYZ 44.4 38.15 47.14 -
YUV 169.94 132.55 153.72 -
System Red Green Blue C M Y K H S L
Decimal 206 150 178 0 0.27 0.14 0.19 330 0.36 0.7
Hex CE 96 B2 0 1B E 13 14A 24 46
Octal 316 226 262 0 33 16 23 512 44 106
Binary 11001110 10010110 10110010 0 11011 1110 10011 101001010 100100 1000110

Color Harmonies of #CE96B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE96B2

Black with #CE96B2

Text Example


Text Example

White with #CE96B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE96B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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