Html Css Color HEX #CE96B8 Lily

📋 copy color: '#CE96B8'

red 206 ◦ green 150 ◦ blue 184

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

Shades of Lily #CE96B8

Tints of Lily #CE96B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.07%

R = 38.15%
G = 27.78%
B = 34.07%

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

#CE96B8 (or 0xCE96B8) is known color: Lily. HEX triplet: CE, 96 and B8. RGB value is (206,150,184). Sum of RGB (Red+Green+Blue) = 206+150+184=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 184 (72.27% from 255 or 34.07% from 540); Max value from RGB is 206 - color contains mainly: red. Hex color #CE96B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE96B8 is #316947. Grayscale: #AAAAAA. Windows color (decimal): -3238216 or 12097230. OLE color: 12097230.

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

Color convert

RGB 206 150 184 -
CMYK 0 0.27 0.11 0.19
HSL 323.57º 0.36% 0.7% -
HSV(B) 323.57º 0.27% 0.81% -
XYZ 45.01 38.4 50.39 -
YUV 170.62 135.55 153.24 -
System Red Green Blue C M Y K H S L
Decimal 206 150 184 0 0.27 0.11 0.19 323.57 0.36 0.7
Hex CE 96 B8 0 1B B 13 144 24 46
Octal 316 226 270 0 33 13 23 504 44 106
Binary 11001110 10010110 10111000 0 11011 1011 10011 101000100 100100 1000110

Color Harmonies of #CE96B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE96B8

Black with #CE96B8

Text Example


Text Example

White with #CE96B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE96B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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