Html Css Color HEX #CE96B9 Lily

📋 copy color: '#CE96B9'

red 206 ◦ green 150 ◦ blue 185

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

Shades of Lily #CE96B9

Tints of Lily #CE96B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.2%

R = 38.08%
G = 27.73%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE96B9 (or 0xCE96B9) is known color: Lily. HEX triplet: CE, 96 and B9. RGB value is (206,150,185). Sum of RGB (Red+Green+Blue) = 206+150+185=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 185 (72.66% from 255 or 34.20% from 541); Max value from RGB is 206 - color contains mainly: red. Hex color #CE96B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE96B9 is #316946. Grayscale: #AAAAAA. Windows color (decimal): -3238215 or 12162766. OLE color: 12162766.

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

Color convert

RGB 206 150 185 -
CMYK 0 0.27 0.10 0.19
HSL 322.5º 0.36% 0.7% -
HSV(B) 322.5º 0.27% 0.81% -
XYZ 45.12 38.44 50.94 -
YUV 170.73 136.05 153.15 -
System Red Green Blue C M Y K H S L
Decimal 206 150 185 0 0.27 0.10 0.19 322.5 0.36 0.7
Hex CE 96 B9 0 1B A 13 142 24 46
Octal 316 226 271 0 33 12 23 502 44 106
Binary 11001110 10010110 10111001 0 11011 1010 10011 101000010 100100 1000110

Color Harmonies of #CE96B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE96B9

Black with #CE96B9

Text Example


Text Example

White with #CE96B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE96B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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